mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-25 21:51:30 +01:00
onSuccessfulLogin typo again
This commit is contained in:
parent
f851c71058
commit
ca62fd2a66
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit b3bd13fe2bbad26ea9d07d82ace958f466218403
|
Subproject commit a949f499acb28ddb1ce7197fd35c0d02df957618
|
@ -43,7 +43,7 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
|
|||||||
private broadcasterService: BroadcasterService, private changeDetectorRef: ChangeDetectorRef) {
|
private broadcasterService: BroadcasterService, private changeDetectorRef: ChangeDetectorRef) {
|
||||||
super(authService, router, analytics, toasterService, i18nService, apiService,
|
super(authService, router, analytics, toasterService, i18nService, apiService,
|
||||||
platformUtilsService, window, environmentService);
|
platformUtilsService, window, environmentService);
|
||||||
super.onSuccessfullLogin = () => {
|
super.onSuccessfulLogin = () => {
|
||||||
return syncService.fullSync(true);
|
return syncService.fullSync(true);
|
||||||
};
|
};
|
||||||
super.successRoute = '/tabs/vault';
|
super.successRoute = '/tabs/vault';
|
||||||
|
Loading…
Reference in New Issue
Block a user