Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Frontend
Merge requests
!1667
Display a notification when the password reset link is expired
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Display a notification when the password reset link is expired
pwd-reset-expired
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
ml bonhomme
requested to merge
pwd-reset-expired
into
master
11 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
requires
backend!2278 (merged)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d700f94d
1 commit,
11 months ago
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/views/Auth/PasswordResetConfirm.vue
+
4
−
0
Options
@@ -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"
>
Loading