1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

Adjusted new success route (#65)

This commit is contained in:
Vincent Salucci
2020-09-09 09:22:54 -05:00
committed by GitHub
parent 4c61f465a3
commit f2137c02f7

View File

@@ -36,6 +36,10 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
storageService: StorageService) {
super(authService, router, i18nService, apiService, platformUtilsService, window, environmentService,
stateService, storageService);
}
async ngOnInit() {
super.ngOnInit();
super.successRoute = '/tabs/dashboard';
}