From ef137f09f2717b61970555c87c414aa367d9a1c4 Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Mon, 29 Apr 2019 23:32:41 +0200 Subject: [PATCH] Add lock icon to the 2fa OTP field --- app/views/sessions/two_factor.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/sessions/two_factor.html.haml b/app/views/sessions/two_factor.html.haml index 8e40dc411..f7fd7f592 100644 --- a/app/views/sessions/two_factor.html.haml +++ b/app/views/sessions/two_factor.html.haml @@ -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"),