mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
remove alerterror
This commit is contained in:
@@ -148,10 +148,6 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
BrowserApi.downloadFile(win, blobData, blobOptions, fileName);
|
||||
}
|
||||
|
||||
alertError(title: string, message: string): void {
|
||||
// TODO
|
||||
}
|
||||
|
||||
getApplicationVersion(): string {
|
||||
return BrowserApi.getApplicationVersion();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user