Skip to content
Snippets Groups Projects
Commit d700f94d authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

Display a notification when the password reset link is expired

parent 7182db4b
No related branches found
No related tags found
1 merge request!1667Display a notification when the password reset link is expired
......@@ -11,6 +11,10 @@
<button class="delete" v-on:click="fieldErrors.error = null"></button>
{{ fieldErrors.error }}
</div>
<div class="notification is-warning" v-if="fieldErrors.token">
<button class="delete" v-on:click="fieldErrors.token = null"></button>
{{ fieldErrors.token }}
</div>
<div class="field">
<label class="label" for="password">New password</label>
<div class="control">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment