summaryrefslogtreecommitdiff
path: root/app/views/profiles/passwords
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-27 09:09:26 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-27 09:09:26 +0000
commit1f84ff323d6928b7be627484fdc88d5aa651f0f4 (patch)
tree835ac35954fc345e1ff5f9d3f1ff0b432b51a125 /app/views/profiles/passwords
parent0d0fdf863c7b26e260342f704c48da90a4cb5605 (diff)
downloadgitlab-ce-1f84ff323d6928b7be627484fdc88d5aa651f0f4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/profiles/passwords')
-rw-r--r--app/views/profiles/passwords/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/passwords/edit.html.haml b/app/views/profiles/passwords/edit.html.haml
index 5d3e0720176..c2bc358640a 100644
--- a/app/views/profiles/passwords/edit.html.haml
+++ b/app/views/profiles/passwords/edit.html.haml
@@ -15,7 +15,7 @@
- else
= _('Change your password or recover your current one')
= form_for @user, url: profile_password_path, method: :put, html: {class: "update-password"} do |f|
- = form_errors(@user)
+ = form_errors(@user, pajamas_alert: true)
- unless @user.password_automatically_set?
.form-group