mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
onSuccessfulLogin typo again
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: b3bd13fe2b...a949f499ac
@@ -38,7 +38,7 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
|
|||||||
environmentService: EnvironmentService, private componentFactoryResolver: ComponentFactoryResolver) {
|
environmentService: EnvironmentService, private componentFactoryResolver: ComponentFactoryResolver) {
|
||||||
super(authService, router, analytics, toasterService, i18nService, apiService,
|
super(authService, router, analytics, toasterService, i18nService, apiService,
|
||||||
platformUtilsService, window, environmentService);
|
platformUtilsService, window, environmentService);
|
||||||
super.onSuccessfullLogin = () => {
|
super.onSuccessfulLogin = () => {
|
||||||
return syncService.fullSync(true);
|
return syncService.fullSync(true);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user