mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
remove alerterror
This commit is contained in:
parent
caf45ad484
commit
5a662cacb4
@ -148,10 +148,6 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
|||||||
BrowserApi.downloadFile(win, blobData, blobOptions, fileName);
|
BrowserApi.downloadFile(win, blobData, blobOptions, fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
alertError(title: string, message: string): void {
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
getApplicationVersion(): string {
|
getApplicationVersion(): string {
|
||||||
return BrowserApi.getApplicationVersion();
|
return BrowserApi.getApplicationVersion();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user