add params for two-factor page

This commit is contained in:
Kyle Spearrin 2017-07-14 11:14:11 -04:00
parent 0b34b7a980
commit b075f25d7c
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ angular
} }
}) })
.state('frontend.login.twoFactor', { .state('frontend.login.twoFactor', {
url: '^/two-step', url: '^/two-step?org&premium&email',
templateUrl: 'app/accounts/views/accountsLoginTwoFactor.html', templateUrl: 'app/accounts/views/accountsLoginTwoFactor.html',
data: { data: {
pageTitle: 'Log In (Two-step)' pageTitle: 'Log In (Two-step)'