Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-03-19 17:19:38 +0300
committerJohn Jarvis <jarv@gitlab.com>2019-03-19 18:05:29 +0300
commit37dd88acbb25204292c32d50b15e60c64c93c823 (patch)
treee467535ed6c1445cb641f78716be4daad67e4196 /app/views
parentc7491c0b764b11eadf9a55735b44f45100353182 (diff)
Merge branch 'sh-fix-ssh-pull-mirorrs-ce' into 'master'
Backport EE JavaScript changes for SSH pull mirrors Closes #56340 See merge request gitlab-org/gitlab-ce!26308
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/mirrors/_authentication_method.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/mirrors/_authentication_method.html.haml b/app/views/projects/mirrors/_authentication_method.html.haml
index 293a2e3ebfe..ef6db07a1bb 100644
--- a/app/views/projects/mirrors/_authentication_method.html.haml
+++ b/app/views/projects/mirrors/_authentication_method.html.haml
@@ -9,6 +9,7 @@
= f.select :auth_method,
options_for_select(auth_options, mirror.auth_method),
{}, { class: "form-control js-mirror-auth-type qa-authentication-method" }
+ = f.hidden_field :auth_method, value: "password", class: "js-hidden-mirror-auth-type"
.form-group
.collapse.js-well-changing-auth