From ddb984d0cde0458d8e2db9e5230b15d052a703bf Mon Sep 17 00:00:00 2001 From: Parker Date: Tue, 5 Nov 2024 21:23:19 -0600 Subject: Update + Signup works! --- app/util/authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/util/authentication.py') 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( -- cgit v1.2.3-70-g09d2