1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

onSuccessfulLogin typo again

This commit is contained in:
Kyle Spearrin
2018-07-13 10:50:32 -04:00
parent f851c71058
commit ca62fd2a66
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: b3bd13fe2b...a949f499ac

View File

@@ -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';