aboutsummaryrefslogtreecommitdiff
path: root/app/util
diff options
context:
space:
mode:
Diffstat (limited to 'app/util')
-rw-r--r--app/util/authentication.py2
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(