<%= f.label :otp_attempt, 'Two-Factor Code from Authenticator App', class: 'label' %>
        <%= f.text_field :otp_attempt, autofocus: true, placeholder: 'XXX-XXX', required: true, class: 'base-input' %>
      
     
    
      <%= f.button button_title(title: 'Sign In', disabled_with: 'Signing In'), class: 'base-button' %>
    
  <% end %>