mirror of
https://github.com/bitwarden/browser.git
synced 2024-10-30 08:10:34 +01:00
2fa strings and supports duo false
This commit is contained in:
parent
cd54aedb9f
commit
2170ebc6c7
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit e6fde2e92be4be472933234daa7bae242ee17794
|
||||
Subproject commit cf5bce1ea91ebbc1c99a550b62114a88bfeb2036
|
@ -1,5 +1,14 @@
|
||||
{
|
||||
"bitwarden": {
|
||||
"message": "Bitwarden"
|
||||
},
|
||||
"authenticatorAppTitle": {
|
||||
"message": "Authenticator App"
|
||||
},
|
||||
"yubiKeyTitle": {
|
||||
"message": "YubiKey OTP Security Key"
|
||||
},
|
||||
"emailTitle": {
|
||||
"message": "Email"
|
||||
}
|
||||
}
|
||||
|
@ -97,6 +97,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
||||
return false;
|
||||
}
|
||||
|
||||
supportsDuo(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
showDialog(text: string, title?: string, confirmText?: string, cancelText?: string, type?: string):
|
||||
Promise<boolean> {
|
||||
throw new Error('Not implemented.');
|
||||
|
Loading…
Reference in New Issue
Block a user