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

two step login page

This commit is contained in:
Kyle Spearrin
2016-09-21 11:35:24 -04:00
parent 32d459159c
commit 8a3a981ac1
7 changed files with 64 additions and 30 deletions

View File

@@ -64,7 +64,7 @@
})
.state('twoFactor', {
url: '/two-factor',
controller: 'accountsLoginController',
controller: 'accountsLoginTwoFactorController',
templateUrl: 'app/accounts/views/accountsLoginTwoFactor.html',
data: { authorize: false },
params: { animation: null }