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"),