onSuccessfulLogin typo again
This commit is contained in:
parent
9e3520d3b5
commit
73f19b4926
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit b3bd13fe2bbad26ea9d07d82ace958f466218403
|
||||
Subproject commit a949f499acb28ddb1ce7197fd35c0d02df957618
|
|
@ -38,7 +38,7 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
|
|||
environmentService: EnvironmentService, private componentFactoryResolver: ComponentFactoryResolver) {
|
||||
super(authService, router, analytics, toasterService, i18nService, apiService,
|
||||
platformUtilsService, window, environmentService);
|
||||
super.onSuccessfullLogin = () => {
|
||||
super.onSuccessfulLogin = () => {
|
||||
return syncService.fullSync(true);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue