Skip to content

Commit

Permalink
added an extra disclaimer to the login page to ensure users log in or…
Browse files Browse the repository at this point in the history
… register with the same email (#65)
  • Loading branch information
mmumby authored Oct 5, 2023
1 parent cc7af8f commit 9e39002
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion frontend/src/components/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
<v-card title="Log in with your BCeID">
<div class="card-content">
<p>Enter your user ID and password to continue</p>
<p class="pt-5">
Please login using a BCeID account associated with the same
email address that you used to submit your application.
</p>
</div>

<v-card-actions>
<v-btn
id="login-button"
Expand All @@ -35,6 +40,10 @@
<v-card title="Don't have a BCeID?">
<div class="card-content">
<p>
If you received an invite by email, please register using
the email address that received the invite.
</p>
<p class="pt-5">
BCeID is a user ID and password. You can use it to log into
many participating government services
</p>
Expand Down Expand Up @@ -129,7 +138,7 @@ export default {

<style lang="scss" scoped>
.card-content {
min-height: 130px;
min-height: 190px;
height: fit-content;
padding: 0.625rem 1rem;
font-size: 14px;
Expand Down

0 comments on commit 9e39002

Please sign in to comment.