auth.py is a duplication of google.py; rename jwt.py -> tokens.py avoid confuse with pyjwt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import strawberry
|
||||
from auth.jwt import create_jwt_token, create_refresh_token
|
||||
from auth.tokens import create_jwt_token, create_refresh_token
|
||||
|
||||
@strawberry.type
|
||||
class AuthResponse:
|
||||
|
||||
Reference in New Issue
Block a user