From 9e39002e6d7f1a40d657f9072557d19e4cdd130d Mon Sep 17 00:00:00 2001 From: Meredith M Date: Thu, 5 Oct 2023 10:48:29 -0700 Subject: [PATCH] added an extra disclaimer to the login page to ensure users log in or register with the same email (#65) --- frontend/src/components/Login.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Login.vue b/frontend/src/components/Login.vue index dd650b7..1c80a74 100644 --- a/frontend/src/components/Login.vue +++ b/frontend/src/components/Login.vue @@ -18,7 +18,12 @@

Enter your user ID and password to continue

+

+ Please login using a BCeID account associated with the same + email address that you used to submit your application. +

+

+ If you received an invite by email, please register using + the email address that received the invite. +

+

BCeID is a user ID and password. You can use it to log into many participating government services

@@ -129,7 +138,7 @@ export default {