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

android with NFC

This commit is contained in:
Kyle Spearrin
2017-06-24 17:15:36 -04:00
parent 1c25143a75
commit 1030654ce2
2 changed files with 8 additions and 4 deletions

View File

@@ -207,11 +207,10 @@ angular
}
})
.state('frontend.login.twoFactor', {
url: '^/two-factor',
url: '^/two-step',
templateUrl: 'app/accounts/views/accountsLoginTwoFactor.html',
data: {
pageTitle: 'Log In (Two Factor)',
authorizeTwoFactor: true
pageTitle: 'Log In (Two-step)'
}
})
.state('frontend.logout', {