mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
show dialog interface
This commit is contained in:
parent
4a3705e675
commit
4c6a1892c0
@ -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>;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user