aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-09 20:49:34 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-09 20:49:34 -0700
commita7350cf1dbc6ed30f9d6620ef68db1cbf49fd43e (patch)
treeaa5cab928e8d200f89261c900ee5b352600c2b83
parent3b95f008cf8309827af9fdfdfd0a4701631943dd (diff)
downloadfatcat-a7350cf1dbc6ed30f9d6620ef68db1cbf49fd43e.tar.gz
fatcat-a7350cf1dbc6ed30f9d6620ef68db1cbf49fd43e.zip
fix google typo (freudian)
-rw-r--r--python/fatcat_web/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/__init__.py b/python/fatcat_web/__init__.py
index 6bc97cb1..6e285ddb 100644
--- a/python/fatcat_web/__init__.py
+++ b/python/fatcat_web/__init__.py
@@ -84,4 +84,4 @@ if Config.GITLAB_CLIENT_ID:
if Config.GITHUB_CLIENT_ID:
github_bp = create_flask_blueprint(GitHub, oauth, auth.handle_oauth)
- app.register_blueprint(github_bp, url_prefix='/auth/google')
+ app.register_blueprint(github_bp, url_prefix='/auth/github')