mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
supports duo platform util
This commit is contained in:
@@ -123,6 +123,10 @@ export class ElectronPlatformUtilsService implements PlatformUtilsService {
|
||||
return false;
|
||||
}
|
||||
|
||||
supportsDuo(): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
showDialog(text: string, title?: string, confirmText?: string, cancelText?: string, type?: string):
|
||||
Promise<boolean> {
|
||||
const buttons = [confirmText == null ? this.i18nService.t('ok') : confirmText];
|
||||
|
||||
Reference in New Issue
Block a user