mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
clearPendingClipboard on lock/logout
This commit is contained in:
parent
940b7c655c
commit
21fbb376ea
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit b9267c521ddffce35932a0cc2e9726d30b80c60d
|
Subproject commit 62e9c75357b211db6de769d8592224fc846638aa
|
@ -121,6 +121,7 @@ export class AppComponent implements OnInit {
|
|||||||
this.notificationsService.updateConnection();
|
this.notificationsService.updateConnection();
|
||||||
this.updateAppMenu();
|
this.updateAppMenu();
|
||||||
this.systemService.startProcessReload();
|
this.systemService.startProcessReload();
|
||||||
|
await this.systemService.clearPendingClipboard();
|
||||||
break;
|
break;
|
||||||
case 'logout':
|
case 'logout':
|
||||||
this.logOut(!!message.expired);
|
this.logOut(!!message.expired);
|
||||||
@ -133,6 +134,7 @@ export class AppComponent implements OnInit {
|
|||||||
this.notificationsService.updateConnection();
|
this.notificationsService.updateConnection();
|
||||||
this.updateAppMenu();
|
this.updateAppMenu();
|
||||||
this.systemService.startProcessReload();
|
this.systemService.startProcessReload();
|
||||||
|
await this.systemService.clearPendingClipboard();
|
||||||
break;
|
break;
|
||||||
case 'reloadProcess':
|
case 'reloadProcess':
|
||||||
window.location.reload(true);
|
window.location.reload(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user