Commit 46264342 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'mw-cleanup-project-auth-method' into 'master'

Project mirrors: Remove unused container

See merge request gitlab-org/gitlab!29035
parents 597d1df8 91d65653
......@@ -22,7 +22,6 @@ export default class SSHMirror {
this.$dropdownAuthType = this.$form.find('.js-mirror-auth-type');
this.$hiddenAuthType = this.$form.find('.js-hidden-mirror-auth-type');
this.$wellAuthTypeChanging = this.$form.find('.js-well-changing-auth');
this.$wellPasswordAuth = this.$form.find('.js-well-password-auth');
}
......
......@@ -11,8 +11,6 @@
= f.hidden_field :auth_method, value: "password", class: "js-hidden-mirror-auth-type"
.form-group
.collapse.js-well-changing-auth
.changing-auth-method
.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 qa-password', autocomplete: 'new-password'
......@@ -40,11 +40,6 @@
text-decoration: line-through;
}
}
.changing-auth-method {
display: flex;
justify-content: center;
}
}
.load-wrapper {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment