You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expiration date inside the create method is currently not converted to an integer in the session_controller.rb
It should be (Time.now + DeviseTokenAuth.token_lifespan).to_i
The text was updated successfully, but these errors were encountered:
The expiration date inside the
create
method is currently not converted to an integer in the session_controller.rbIt should be (Time.now + DeviseTokenAuth.token_lifespan).to_i
The text was updated successfully, but these errors were encountered: