Skip to content

Commit

Permalink
Enable Devise extend_remember_period setting
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed Feb 6, 2025
1 parent 71038b0 commit ee8b2e5
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 @@ -131,7 +131,7 @@
# config.remember_for = 2.weeks

# If true, extends the user's remember period when remembered via cookie.
# config.extend_remember_period = false
config.extend_remember_period = true

# Options to be passed to the created cookie. For instance, you can set
# :secure => true in order to force SSL only cookies.
Expand Down

0 comments on commit ee8b2e5

Please sign in to comment.