Gregniuki commited on
Commit
c400dff
·
1 Parent(s): 7c63ea3

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
  app.add_middleware(SessionMiddleware, secret_key=SECRET_KEY1)
28
- oauth = OAuth(app)
29
 
30
  # Configure OAuth registry
31
  oauth.register(
 
25
 
26
  app = FastAPI()
27
  app.add_middleware(SessionMiddleware, secret_key=SECRET_KEY1)
28
+ oauth = OAuth()
29
 
30
  # Configure OAuth registry
31
  oauth.register(