summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-27 09:01:05 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-27 09:01:05 +0000
commitc8924639f5befca7d8082bf34a8c3a10687c35a9 (patch)
treee936746791de9e5d2889b70f3a192d67b22986ca
parent01e158d0eb6d238c7bddc657c0a588c5d9cc95a8 (diff)
downloadgitlab-ce-c8924639f5befca7d8082bf34a8c3a10687c35a9.tar.gz
Add latest changes from gitlab-org/security/gitlab@13-11-stable-ee
-rw-r--r--app/views/projects/mirrors/_authentication_method.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/mirrors/_authentication_method.html.haml b/app/views/projects/mirrors/_authentication_method.html.haml
index 94f8703657b..5f31ec4087e 100644
--- a/app/views/projects/mirrors/_authentication_method.html.haml
+++ b/app/views/projects/mirrors/_authentication_method.html.haml
@@ -13,4 +13,4 @@
.form-group
.well-password-auth.collapse.js-well-password-auth
= f.label :password, _("Password"), class: "label-bold"
- = f.password_field :password, value: mirror.password, class: 'form-control gl-form-input qa-password', autocomplete: 'new-password'
+ = f.password_field :password, class: 'form-control gl-form-input qa-password', autocomplete: 'new-password'