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