mirror of
https://github.com/bitwarden/desktop.git
synced 2025-01-05 18:37:47 +01:00
onSuccessfulLogin typo
This commit is contained in:
parent
db109d51bd
commit
9e3520d3b5
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 6db55bbae8b54f76b4fe84102999446c4aad419e
|
||||
Subproject commit b3bd13fe2bbad26ea9d07d82ace958f466218403
|
@ -31,7 +31,7 @@ export class LoginComponent extends BaseLoginComponent {
|
||||
i18nService: I18nService, private syncService: SyncService,
|
||||
private componentFactoryResolver: ComponentFactoryResolver, storageService: StorageService) {
|
||||
super(authService, router, analytics, toasterService, i18nService, storageService);
|
||||
super.onSuccessfullLogin = () => {
|
||||
super.onSuccessfulLogin = () => {
|
||||
return syncService.fullSync(true);
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user