Skip to content

Commit

Permalink
fix(devise): add extend rememver period (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavSokov committed Dec 14, 2023
1 parent 74a499e commit 25356e1
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 @@ -170,7 +170,7 @@
config.expire_all_remember_me_on_sign_out = true

# 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 25356e1

Please sign in to comment.