Merge pull request #1954 from alphagov/choose-accounts

Choose accounts
This commit is contained in:
Leo Hemsted
2018-03-19 15:26:06 +00:00
committed by GitHub
35 changed files with 496 additions and 327 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from app.utils import AgreementInfo
@main.route('/')
def index():
if current_user and current_user.is_authenticated:
return redirect(url_for('main.choose_service'))
return redirect(url_for('main.choose_account'))
return render_template('views/signedout.html')