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:
@@ -18,6 +18,7 @@ export abstract class PlatformUtilsService {
|
||||
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
|
||||
getApplicationVersion: () => string;
|
||||
supportsU2f: (win: Window) => boolean;
|
||||
supportsDuo: () => boolean;
|
||||
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
|
||||
type?: string) => Promise<boolean>;
|
||||
isDev: () => boolean;
|
||||
|
||||
Reference in New Issue
Block a user