Skip to content

Commit

Permalink
Update gotrue/api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Yi Jie Joel <[email protected]>
  • Loading branch information
fedden and J0 authored Feb 16, 2021
1 parent 68ed44b commit 1828117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotrue/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def refresh_access_token(self, refresh_token: str) -> Dict[str, Any]:
return to_dict(request)

def set_auth_cookie(req, res):
"""Stub for pairty with JS api."""
"""Stub for parity with JS api."""
raise NotImplementedError("set_auth_cookie not implemented.")

def get_user_by_cookie(req):
Expand Down

0 comments on commit 1828117

Please sign in to comment.