Skip to content

Commit

Permalink
Fix signin
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadser committed Jul 16, 2024
1 parent c81b944 commit afddebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
# Notice that if you are skipping storage for all authentication paths, you
# may want to disable generating routes to Devise's sessions controller by
# passing skip: :sessions to `devise_for` in your config/routes.rb
config.skip_session_storage = %i[http_auth params_auth]
config.skip_session_storage = %i[http_auth]

# By default, Devise cleans up the CSRF token on authentication to
# avoid CSRF token fixation attacks. This means that, when using AJAX
Expand Down

0 comments on commit afddebc

Please sign in to comment.