diff --git a/app/views/devise/two_step_verification_session/new.html.erb b/app/views/devise/two_step_verification_session/new.html.erb index 673e3a50d..bbeb319eb 100644 --- a/app/views/devise/two_step_verification_session/new.html.erb +++ b/app/views/devise/two_step_verification_session/new.html.erb @@ -11,7 +11,7 @@ name: "code", autofocus: true, tabindex: 0, - # TODO: disable autocomplete + autocomplete: "off", hint: "Use the 6-digit verification app on your phone to get your code. You won’t need to do this again for 30 days." } %>