Skip to content

Commit 2f71e2d

Browse files
final changes to oauth.py
1 parent 8091c03 commit 2f71e2d

File tree

1 file changed

+0
-2
lines changed
  • gs/backend/api/v1/aro/endpoints/auth

1 file changed

+0
-2
lines changed

gs/backend/api/v1/aro/endpoints/auth/oauth.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from authlib.integrations.starlette_client import OAuth, OAuthError
1818
from starlette.requests import Request
1919
from starlette.config import Config
20-
from fastapi.responses import RedirectResponse
2120
from fastapi import APIRouter, HTTPException, status
2221
from pydantic import BaseModel, EmailStr
2322
from sqlmodel import select
@@ -34,7 +33,6 @@
3433
from gs.backend.config.config import (
3534
GOOGLE_CLIENT_ID,
3635
GOOGLE_CLIENT_SECRET,
37-
JWT_SECRET_KEY,
3836
)
3937
from gs.backend.data.tables.aro_user_tables import (
4038
AROUserAuthToken,

0 commit comments

Comments
 (0)