app/views/devise/sessions/new.html.erb in bullet_train-1.0.28 vs app/views/devise/sessions/new.html.erb in bullet_train-1.0.29
- old
+ new
@@ -1,6 +1,4 @@
-
-
<%= render 'account/shared/workflow/box' do |p| %>
<% p.content_for :title, t('devise.headers.sign_in') %>
<% p.content_for :body do %>
<% within_fields_namespace(:self) do %>
<%= form_for resource, as: resource_name, url: two_factor_authentication_enabled? ? users_pre_otp_path : session_path(resource_name), remote: two_factor_authentication_enabled?, html: {class: 'form'}, authenticity_token: true do |form| %>