mirror of
https://github.com/bitwarden/cli
synced 2025-12-29 22:43:15 +00:00
2fa strings and supports duo false
This commit is contained in:
@@ -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.');
|
||||
|
||||
Reference in New Issue
Block a user