mirror of
https://github.com/bitwarden/browser
synced 2026-01-08 03:23:50 +00:00
remove alerterror
This commit is contained in:
@@ -114,13 +114,6 @@ export class DesktopPlatformUtilsService implements PlatformUtilsService {
|
||||
window.document.body.removeChild(a);
|
||||
}
|
||||
|
||||
alertError(title: string, message: string): void {
|
||||
ipcRenderer.send('showError', {
|
||||
title: title || this.i18nService.t('error'),
|
||||
message: message,
|
||||
});
|
||||
}
|
||||
|
||||
getApplicationVersion(): string {
|
||||
return (window as any).require('electron').remote.app.getVersion();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user