Don't wait for storage of access_token

pull/147/head
Erik Johnston 2015-05-01 13:14:05 +01:00
parent 4011cf1c42
commit 80b4119279
1 changed files with 1 additions and 1 deletions

View File

@ -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"],