diff --git a/frontend/src/pages/guest/FrontDoor.vue b/frontend/src/pages/guest/FrontDoor.vue index 0f9d51c..cb94320 100644 --- a/frontend/src/pages/guest/FrontDoor.vue +++ b/frontend/src/pages/guest/FrontDoor.vue @@ -54,7 +54,8 @@ export default { this.message = 'Please type in your email' return } - + + console.log('This is the region information', window.location.href) // this.message = userProfileValidator.emailValidator.validate( // this.email // );