diff options
author | Parker <contact@pkrm.dev> | 2024-11-05 21:23:19 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-05 21:23:19 -0600 |
commit | ddb984d0cde0458d8e2db9e5230b15d052a703bf (patch) | |
tree | 07a1c393f2908468ef0e70d0002333ca6f211e07 /app/util/authentication.py | |
parent | e944df3d7d431b5bd88c2c235501a355ea1ba6ab (diff) |
Update + Signup works!
Diffstat (limited to 'app/util/authentication.py')
-rw-r--r-- | app/util/authentication.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/util/authentication.py b/app/util/authentication.py index 1127451..b270c6d 100644 --- a/app/util/authentication.py +++ b/app/util/authentication.py @@ -86,7 +86,7 @@ async def get_current_user_from_token( return await get_current_user(token, db=db) -# Backwards kinda of way to get refresh token support +# Backwards kind of way to get refresh token support # `refresh_get_current_user` is only called from /refresh # and alerts `get_current_user` that it should expect a refresh token async def refresh_get_current_user( |