1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

remove alerterror

This commit is contained in:
Kyle Spearrin 2018-01-26 16:14:03 -05:00
parent caf45ad484
commit 5a662cacb4

View File

@ -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();
}