mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
onSuccessfulLogin typo again
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: b3bd13fe2b...a949f499ac
@@ -43,7 +43,7 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
|
|||||||
private broadcasterService: BroadcasterService, private changeDetectorRef: ChangeDetectorRef) {
|
private broadcasterService: BroadcasterService, private changeDetectorRef: ChangeDetectorRef) {
|
||||||
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);
|
||||||
};
|
};
|
||||||
super.successRoute = '/tabs/vault';
|
super.successRoute = '/tabs/vault';
|
||||||
|
|||||||
Reference in New Issue
Block a user