1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 07:43:16 +00:00

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

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