We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8091c03 commit 2f71e2dCopy full SHA for 2f71e2d
gs/backend/api/v1/aro/endpoints/auth/oauth.py
@@ -17,7 +17,6 @@
17
from authlib.integrations.starlette_client import OAuth, OAuthError
18
from starlette.requests import Request
19
from starlette.config import Config
20
-from fastapi.responses import RedirectResponse
21
from fastapi import APIRouter, HTTPException, status
22
from pydantic import BaseModel, EmailStr
23
from sqlmodel import select
@@ -34,7 +33,6 @@
34
33
from gs.backend.config.config import (
35
GOOGLE_CLIENT_ID,
36
GOOGLE_CLIENT_SECRET,
37
- JWT_SECRET_KEY,
38
)
39
from gs.backend.data.tables.aro_user_tables import (
40
AROUserAuthToken,
0 commit comments