Skip to content
Snippets Groups Projects
Commit 80b41192 authored by Erik Johnston's avatar Erik Johnston
Browse files

Don't wait for storage of access_token

parent 4011cf1c
No related branches found
No related tags found
No related merge requests found
......@@ -360,7 +360,7 @@ class Auth(object):
default=[""]
)[0]
if user and access_token and ip_addr:
yield self.store.insert_client_ip(
self.store.insert_client_ip(
user=user,
access_token=access_token,
device_id=user_info["device_id"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment