We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8afea3 + 7602f32 commit 0fc5231Copy full SHA for 0fc5231
app/views/alchemy/admin/user_sessions/new.html.erb
@@ -1,6 +1,6 @@
1
<div class="login_signup_box">
2
<%= image_tag 'alchemy/alchemy-logo.svg', id: 'logo' %>
3
- <%= alchemy_form_for :user, url: {action: 'create'}, id: 'login' do |f| %>
+ <%= alchemy_form_for :user, url: {action: 'create'}, id: 'login', data: { turbo: false } do |f| %>
4
<%= f.input Devise.authentication_keys.first, autofocus: true %>
5
<%= f.input :password %>
6
<div class="input link">
0 commit comments