From ca62fd2a66d30dcb9dfcaaf78637555121f934f5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 13 Jul 2018 10:50:32 -0400 Subject: [PATCH] onSuccessfulLogin typo again --- jslib | 2 +- src/popup/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/popup/accounts/two-factor.component.ts b/src/popup/accounts/two-factor.component.ts index 4d3adb21982..2054d55832c 100644 --- a/src/popup/accounts/two-factor.component.ts +++ b/src/popup/accounts/two-factor.component.ts @@ -43,7 +43,7 @@ export class TwoFactorComponent extends BaseTwoFactorComponent { private broadcasterService: BroadcasterService, private changeDetectorRef: ChangeDetectorRef) { super(authService, router, analytics, toasterService, i18nService, apiService, platformUtilsService, window, environmentService); - super.onSuccessfullLogin = () => { + super.onSuccessfulLogin = () => { return syncService.fullSync(true); }; super.successRoute = '/tabs/vault';