mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
onSuccessfulLogin typo
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 6db55bbae8...b3bd13fe2b
@@ -31,7 +31,7 @@ export class LoginComponent extends BaseLoginComponent {
|
|||||||
i18nService: I18nService, private syncService: SyncService,
|
i18nService: I18nService, private syncService: SyncService,
|
||||||
private componentFactoryResolver: ComponentFactoryResolver, storageService: StorageService) {
|
private componentFactoryResolver: ComponentFactoryResolver, storageService: StorageService) {
|
||||||
super(authService, router, analytics, toasterService, i18nService, storageService);
|
super(authService, router, analytics, toasterService, i18nService, storageService);
|
||||||
super.onSuccessfullLogin = () => {
|
super.onSuccessfulLogin = () => {
|
||||||
return syncService.fullSync(true);
|
return syncService.fullSync(true);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user