From a7350cf1dbc6ed30f9d6620ef68db1cbf49fd43e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 9 Apr 2019 20:49:34 -0700 Subject: fix google typo (freudian) --- python/fatcat_web/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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') -- cgit v1.2.3