Unverified Commit ef137f09 authored by Dennis Schubert's avatar Dennis Schubert Committed by Benjamin Neff
Browse files

Add lock icon to the 2fa OTP field

parent 60765993
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"),