mirror of
https://github.com/bitwarden/web
synced 2025-12-10 13:23:15 +00:00
go back to previous url after lock
This commit is contained in:
@@ -111,6 +111,9 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||
this.notificationsService.updateConnection(false);
|
||||
this.router.navigate(['lock']);
|
||||
break;
|
||||
case 'lockedUrl':
|
||||
window.setTimeout(() => this.routerService.setPreviousUrl(message.url), 500);
|
||||
break;
|
||||
case 'syncStarted':
|
||||
break;
|
||||
case 'syncCompleted':
|
||||
|
||||
Reference in New Issue
Block a user