Gregniuki commited on
Commit
d69f776
1 Parent(s): 1b47f41

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -25,7 +25,7 @@ from authlib.integrations.starlette_client import OAuth
25
 
26
  app = FastAPI()
27
 
28
- oauth = OAuth(app)
29
  app.add_middleware(SessionMiddleware, secret_key=SECRET_KEY)
30
  # Configure OAuth registry
31
  oauth.register(
 
25
 
26
  app = FastAPI()
27
 
28
+ oauth = OAuth()
29
  app.add_middleware(SessionMiddleware, secret_key=SECRET_KEY)
30
  # Configure OAuth registry
31
  oauth.register(