Merge branch 'orgs' of https://bitbucket.org/yackob03/quay into orgs
This commit is contained in:
commit
17a07ea6e0
2 changed files with 2 additions and 2 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