Closed yaxollum closed 3 years ago
The Remember Me button works using the django-allauth setting ACCOUNT_SESSION_REMEMBER, which is None (ask the user) by default.
ACCOUNT_SESSION_REMEMBER
None
This PR restores code that was commented out/changed in commit ccbcd0fec93f70f441b4eec7d8fdce98c12533ae.
ty 👍🏼
The Remember Me button works using the django-allauth setting
ACCOUNT_SESSION_REMEMBER
, which isNone
(ask the user) by default.This PR restores code that was commented out/changed in commit ccbcd0fec93f70f441b4eec7d8fdce98c12533ae.