typo fix
This commit is contained in:
parent
b6dfd6b41f
commit
74c4c09320
|
@ -61,7 +61,7 @@ async def login(_, info: GraphQLResolveInfo, email: str, password: str):
|
||||||
return {"error" : "invalid password"}
|
return {"error" : "invalid password"}
|
||||||
|
|
||||||
token = await Authorize.authorize(user, device=device, auto_delete=auto_delete)
|
token = await Authorize.authorize(user, device=device, auto_delete=auto_delete)
|
||||||
return {"token" : token, "user": user}}
|
return {"token" : token, "user": user}
|
||||||
|
|
||||||
|
|
||||||
@query.field("signOut")
|
@query.field("signOut")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user