mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
remove logged in elsewhere check
This commit is contained in:
@@ -141,7 +141,9 @@ class User(JSONModel, UserMixin):
|
||||
)
|
||||
|
||||
def logged_in_elsewhere(self):
|
||||
return session.get("current_session_id") != self.current_session_id
|
||||
# This check is deprecated due to the transition to using login.gov.
|
||||
return False
|
||||
# return session.get("current_session_id") != self.current_session_id
|
||||
|
||||
def activate(self):
|
||||
if self.is_pending:
|
||||
|
||||
Reference in New Issue
Block a user