From 7991c3eff88082f04327e1cf06fdb65c7d9b0b06 Mon Sep 17 00:00:00 2001 From: yackob03 Date: Mon, 4 Nov 2013 16:44:51 -0500 Subject: [PATCH] Remove an old todo since we are actually handling the case. --- endpoints/web.py | 1 - 1 file changed, 1 deletion(-) diff --git a/endpoints/web.py b/endpoints/web.py index c1c59674a..6596a52ba 100644 --- a/endpoints/web.py +++ b/endpoints/web.py @@ -168,7 +168,6 @@ def github_oauth_callback(): if common_login(to_login): return redirect(url_for('index')) - # TODO something bad happened, we need to tell the user somehow return render_template('githuberror.html')