Skip to content

Commit

Permalink
AMP-2226: improve reset pw msg
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng-iu committed Nov 15, 2023
1 parent 6a2972f commit 50232cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/account/ForgotPassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</p>

<div class="form-group" v-if="resend_email">
<label>An email with a link to reset password has been sent.</label>
<label>An email with a link to reset password has been sent. Please use the link as soon as possible as it will expire in s short time.</label>
<span><a href="#" @click="sendEmail()">&nbsp; Resend Email</a></span>
</div>
</form>
Expand Down

0 comments on commit 50232cb

Please sign in to comment.