mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
remove alerterror
This commit is contained in:
parent
a611d6e77b
commit
78dcbac7fa
@ -14,6 +14,5 @@ export abstract class PlatformUtilsService {
|
||||
isViewOpen: () => boolean;
|
||||
launchUri: (uri: string, options?: any) => void;
|
||||
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
|
||||
alertError: (title: string, message: string) => void;
|
||||
getApplicationVersion: () => string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user