From 73f19b49267e2382802a480b961b18f7371dcdd5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 13 Jul 2018 10:50:05 -0400 Subject: [PATCH] onSuccessfulLogin typo again --- jslib | 2 +- src/app/accounts/two-factor.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index b3bd13fe2bb..a949f499acb 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit b3bd13fe2bbad26ea9d07d82ace958f466218403 +Subproject commit a949f499acb28ddb1ce7197fd35c0d02df957618 diff --git a/src/app/accounts/two-factor.component.ts b/src/app/accounts/two-factor.component.ts index 29d9ce7ff38..21b9981fa9e 100644 --- a/src/app/accounts/two-factor.component.ts +++ b/src/app/accounts/two-factor.component.ts @@ -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); }; }