Skip to content

Commit

Permalink
add hint for reset password in reset page
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-yi-shiuan committed Oct 14, 2021
1 parent 6719c27 commit 7439e80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/pages/Account/ResetUser.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<!-- Reset the password page -->
<v-row align="center" justify="center" style="height: 100vh">
<v-card class="radius-3" width="70%" height="70%">
<v-card class="radius-3" width="70%" height="80%">
<v-container class="pa-0 full-height radius-3">
<v-form @submit.prevent="submit" ref="form" lazy-validation>
<validation-observer
Expand Down Expand Up @@ -48,6 +48,7 @@
label="email"
/>
</validation-provider>
<div class="subtitle-2">To change your information without changing your password, please input and confirm your current password:</div>
<validation-provider
v-slot="{ errors }"
name="Password"
Expand Down Expand Up @@ -86,7 +87,7 @@
<v-btn class="mr-3" color="accent" @click="goBack" large>Cancel</v-btn>
<v-btn class="mr-4 formButton" color="primary" type="submit" :disabled="invalid" large>Submit</v-btn>
</v-card-actions>
</v-col>s
</v-col>
</v-row>
</validation-observer>
</v-form>
Expand Down

0 comments on commit 7439e80

Please sign in to comment.