Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4771c59f
Commit
4771c59f
authored
Apr 30, 2021
by
Yogi
Committed by
Natalia Tepluhina
Apr 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gl-form-input utility class for pin code field in 2fa
parent
bda86133
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/views/profiles/two_factor_auths/show.html.haml
app/views/profiles/two_factor_auths/show.html.haml
+1
-1
changelogs/unreleased/gl-form-input-2fa-pin.yml
changelogs/unreleased/gl-form-input-2fa-pin.yml
+5
-0
No files found.
app/views/profiles/two_factor_auths/show.html.haml
View file @
4771c59f
...
...
@@ -49,7 +49,7 @@
=
@error
.form-group
=
label_tag
:pin_code
,
_
(
'Pin code'
),
class:
"label-bold"
=
text_field_tag
:pin_code
,
nil
,
class:
"form-control"
,
required:
true
,
data:
{
qa_selector:
'pin_code_field'
}
=
text_field_tag
:pin_code
,
nil
,
class:
"form-control
gl-form-input
"
,
required:
true
,
data:
{
qa_selector:
'pin_code_field'
}
.gl-mt-3
=
submit_tag
_
(
'Register with two-factor app'
),
class:
'gl-button btn btn-confirm'
,
data:
{
qa_selector:
'register_2fa_app_button'
}
...
...
changelogs/unreleased/gl-form-input-2fa-pin.yml
0 → 100644
View file @
4771c59f
---
title
:
Add gl-form-input utility class for pin code field in 2fa
merge_request
:
59220
author
:
Yogi (@yo)
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment