This commit is contained in:
Erik Johnston 2017-06-27 15:53:45 +01:00
parent 78cefd78d6
commit 8c23221666
5 changed files with 9 additions and 12 deletions

View file

@ -200,7 +200,7 @@ class Auth(object):
)[0]
if user and access_token and ip_addr:
self.store.insert_client_ip(
user=user,
user_id=user.to_string(),
access_token=access_token,
ip=ip_addr,
user_agent=user_agent,