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
|
%fieldset
|
||||||
%label.sr-only#otp-label{for: "otp_attempt"}
|
%label.sr-only#otp-label{for: "otp_attempt"}
|
||||||
= t("two_factor_auth.input_token.label")
|
= t("two_factor_auth.input_token.label")
|
||||||
|
%i.entypo-lock
|
||||||
= f.text_field :otp_attempt,
|
= f.text_field :otp_attempt,
|
||||||
type: :text,
|
type: :text,
|
||||||
placeholder: t("two_factor_auth.input_token.placeholder"),
|
placeholder: t("two_factor_auth.input_token.placeholder"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue