mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
android with NFC
This commit is contained in:
parent
1c25143a75
commit
1030654ce2
@ -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', {
|
||||
|
@ -40,7 +40,12 @@
|
||||
<ul>
|
||||
<li>Web vault</li>
|
||||
<li>Browser Extensions</li>
|
||||
<li>Android</li>
|
||||
<li>
|
||||
Android with
|
||||
<a href="https://en.wikipedia.org/wiki/List_of_NFC-enabled_mobile_devices" target="_blank">
|
||||
NFC capabilities
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div ng-if="enabled">
|
||||
|
Loading…
Reference in New Issue
Block a user