Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -24,8 +24,8 @@ app.config['JWT_SECRET_KEY'] = 123456
|
|
24 |
jwt = JWTManager(app)
|
25 |
|
26 |
# Setup Google OAuth
|
27 |
-
app.config["GOOGLE_OAUTH_CLIENT_ID"] = "
|
28 |
-
app.config["GOOGLE_OAUTH_CLIENT_SECRET"] = "
|
29 |
google_bp = make_google_blueprint(scope=["profile", "email"])
|
30 |
app.register_blueprint(google_bp, url_prefix="/login")
|
31 |
|
|
|
24 |
jwt = JWTManager(app)
|
25 |
|
26 |
# Setup Google OAuth
|
27 |
+
app.config["GOOGLE_OAUTH_CLIENT_ID"] = "991031782679-f0fv60jqr9snq5u9cl7j5eimhi1b3ukp.apps.googleusercontent.com"
|
28 |
+
app.config["GOOGLE_OAUTH_CLIENT_SECRET"] = "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"
|
29 |
google_bp = make_google_blueprint(scope=["profile", "email"])
|
30 |
app.register_blueprint(google_bp, url_prefix="/login")
|
31 |
|