mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
show dialog interface
This commit is contained in:
@@ -16,4 +16,6 @@ export abstract class PlatformUtilsService {
|
||||
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
|
||||
getApplicationVersion: () => string;
|
||||
supportsU2f: (win: Window) => boolean;
|
||||
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
|
||||
type?: string) => Promise<boolean>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user