Add lock icon to the 2fa OTP field
This commit is contained in:
parent
607659939d
commit
ef137f09f2
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
%fieldset
|
||||
%label.sr-only#otp-label{for: "otp_attempt"}
|
||||
= t("two_factor_auth.input_token.label")
|
||||
|
||||
%i.entypo-lock
|
||||
= f.text_field :otp_attempt,
|
||||
type: :text,
|
||||
placeholder: t("two_factor_auth.input_token.placeholder"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue