From 17b595a29f1efed9bd569f55057553b55da5cf0a Mon Sep 17 00:00:00 2001 From: Yao Jing Date: Sun, 9 Jun 2024 23:16:35 +0200 Subject: [PATCH] Printing out the region information - to be further edited --- frontend/src/pages/guest/FrontDoor.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 // );