diff --git a/jslib b/jslib
index b3bd13fe2b..a949f499ac 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 29d9ce7ff3..21b9981fa9 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);
         };
     }