Skip to content

Commit

Permalink
fix local auth bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Aug 9, 2024
1 parent 0318343 commit bd18bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/medperf/comms/auth/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def login(self, email):
id_token_payload,
token_issued_at,
token_expires_in,
login_event=True,
)

def logout(self):
Expand Down

0 comments on commit bd18bcc

Please sign in to comment.