mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
onSuccessfulLogin typo
This commit is contained in:
@@ -20,7 +20,7 @@ export class LoginComponent extends BaseLoginComponent {
|
||||
analytics: Angulartics2, toasterService: ToasterService,
|
||||
i18nService: I18nService, private syncService: SyncService, storageService: StorageService) {
|
||||
super(authService, router, analytics, toasterService, i18nService, storageService);
|
||||
super.onSuccessfullLogin = () => {
|
||||
super.onSuccessfulLogin = () => {
|
||||
return syncService.fullSync(true);
|
||||
};
|
||||
super.successRoute = '/tabs/vault';
|
||||
|
||||
Reference in New Issue
Block a user