1
0
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:
Kyle Spearrin
2018-05-16 15:35:24 -04:00
parent cd54aedb9f
commit 2170ebc6c7
3 changed files with 14 additions and 1 deletions

View File

@@ -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.');