Update server.py
Browse files
server.py
CHANGED
@@ -141,7 +141,6 @@ app.add_middleware(SessionMiddleware, secret_key=SECRET_KEY)
|
|
141 |
|
142 |
# Set up OAuth
|
143 |
oauth = OAuth()
|
144 |
-
oauth.init_app(app)
|
145 |
CONF_URL = 'https://accounts.google.com/.well-known/openid-configuration'
|
146 |
oauth.register(
|
147 |
name='google',
|
|
|
141 |
|
142 |
# Set up OAuth
|
143 |
oauth = OAuth()
|
|
|
144 |
CONF_URL = 'https://accounts.google.com/.well-known/openid-configuration'
|
145 |
oauth.register(
|
146 |
name='google',
|