mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
clearPendingClipboard on lock/logout
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: b9267c521d...62e9c75357
@@ -121,6 +121,7 @@ export class AppComponent implements OnInit {
|
||||
this.notificationsService.updateConnection();
|
||||
this.updateAppMenu();
|
||||
this.systemService.startProcessReload();
|
||||
await this.systemService.clearPendingClipboard();
|
||||
break;
|
||||
case 'logout':
|
||||
this.logOut(!!message.expired);
|
||||
@@ -133,6 +134,7 @@ export class AppComponent implements OnInit {
|
||||
this.notificationsService.updateConnection();
|
||||
this.updateAppMenu();
|
||||
this.systemService.startProcessReload();
|
||||
await this.systemService.clearPendingClipboard();
|
||||
break;
|
||||
case 'reloadProcess':
|
||||
window.location.reload(true);
|
||||
|
||||
Reference in New Issue
Block a user