mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Resolve the bug that was raised (#12086)
This commit is contained in:
@@ -104,6 +104,9 @@ export class FamiliesForEnterpriseSetupComponent implements OnInit, OnDestroy {
|
|||||||
title: this.i18nService.t("errorOccured"),
|
title: this.i18nService.t("errorOccured"),
|
||||||
message: this.i18nService.t("offerNoLongerValid"),
|
message: this.i18nService.t("offerNoLongerValid"),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
await this.router.navigate(["/"]);
|
||||||
|
return;
|
||||||
} else {
|
} else {
|
||||||
this.badToken = !this.preValidateSponsorshipResponse.isTokenValid;
|
this.badToken = !this.preValidateSponsorshipResponse.isTokenValid;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user