diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 93a13e4f1c..96a5744810 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -208,6 +208,7 @@ export class AppComponent implements OnInit { break; case 'ssoCallback': this.router.navigate(['sso'], { queryParams: { code: message.code, state: message.state } }); + break; case 'premiumRequired': const premiumConfirmed = await this.platformUtilsService.showDialog( this.i18nService.t('premiumRequiredDesc'), this.i18nService.t('premiumRequired'),