We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30dbc75 + 5e3ea3d commit 3f37f5cCopy full SHA for 3f37f5c
custom_components/reflex_local_auth/local_auth.py
@@ -79,8 +79,7 @@ def _login(
79
user_id: The user ID to associate with the LocalAuthSession.
80
expiration_delta: The amount of time before the LocalAuthSession expires.
81
"""
82
- if self.is_authenticated:
83
- self.do_logout()
+ self.do_logout()
84
if user_id < 0:
85
return
86
self.auth_token = self.auth_token or self.router.session.client_token
0 commit comments