1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 10:33:57 +00:00

implement web onInit

This commit is contained in:
rr-bw
2024-08-23 10:27:11 -07:00
parent d4213fba2e
commit d917426afa
5 changed files with 79 additions and 6 deletions

View File

@@ -127,6 +127,7 @@ export class LoginComponent extends BaseLoginComponent implements OnInit {
});
this.routerService.setPreviousUrl(route.toString());
}
await super.ngOnInit();
});