mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Remove an access token log line
This commit is contained in:
parent
abc6986a24
commit
40da1f200d
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class AuthHandler(BaseHandler):
|
|||
|
||||
reg_handler = self.hs.get_handlers().registration_handler
|
||||
access_token = reg_handler.generate_token(user_id)
|
||||
logger.info("Adding token %s for user %s", access_token, user_id)
|
||||
logger.info("Logging in user %s", user_id)
|
||||
yield self.store.add_access_token_to_user(user_id, access_token)
|
||||
defer.returnValue(access_token)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue