Remove an old todo since we are actually handling the case.
This commit is contained in:
parent
d14a292896
commit
7991c3eff8
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
||||
|
|
Reference in a new issue