Remove an old todo since we are actually handling the case.

This commit is contained in:
yackob03 2013-11-04 16:44:51 -05:00
parent d14a292896
commit 7991c3eff8

View file

@ -168,7 +168,6 @@ def github_oauth_callback():
if common_login(to_login): if common_login(to_login):
return redirect(url_for('index')) return redirect(url_for('index'))
# TODO something bad happened, we need to tell the user somehow
return render_template('githuberror.html') return render_template('githuberror.html')