mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
2fa strings and supports duo false
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: e6fde2e92b...cf5bce1ea9
@@ -1,5 +1,14 @@
|
|||||||
{
|
{
|
||||||
"bitwarden": {
|
"bitwarden": {
|
||||||
"message": "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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
supportsDuo(): boolean {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
showDialog(text: string, title?: string, confirmText?: string, cancelText?: string, type?: string):
|
showDialog(text: string, title?: string, confirmText?: string, cancelText?: string, type?: string):
|
||||||
Promise<boolean> {
|
Promise<boolean> {
|
||||||
throw new Error('Not implemented.');
|
throw new Error('Not implemented.');
|
||||||
|
|||||||
Reference in New Issue
Block a user