Merge branch 'orgs' of https://bitbucket.org/yackob03/quay into orgs

This commit is contained in:
Joseph Schorr 2013-11-04 16:44:35 -05:00
commit 17a07ea6e0
2 changed files with 2 additions and 2 deletions

View file

@ -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')