Commit f13c0889 authored by David O'Regan's avatar David O'Regan

Merge branch 'Update-markup-in-two_factor_auths/show.html-haml-file' into 'master'

Update markup in two factor two_factor_auths/show.html.haml

See merge request gitlab-org/gitlab!63173
parents fc0524ab 4f760cb4
......@@ -46,7 +46,9 @@
= form_tag profile_two_factor_auth_path, method: :post do |f|
- if @error
.gl-alert.gl-alert-danger.gl-mb-5
= @error
.gl-alert-container
.gl-alert-content
= @error
.form-group
= label_tag :pin_code, _('Pin code'), class: "label-bold"
= text_field_tag :pin_code, nil, class: "form-control gl-form-input", required: true, data: { qa_selector: 'pin_code_field' }
......
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