add params for two-factor page
This commit is contained in:
parent
0b34b7a980
commit
b075f25d7c
|
@ -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)'
|
||||||
|
|
Loading…
Reference in New Issue