diff --git a/web/src/flows/stages/consent/ConsentStage.ts b/web/src/flows/stages/consent/ConsentStage.ts index a18aabf02..255badedd 100644 --- a/web/src/flows/stages/consent/ConsentStage.ts +++ b/web/src/flows/stages/consent/ConsentStage.ts @@ -47,12 +47,14 @@ export class ConsentStage extends BaseStage ${this.challenge.headerText}

-

${t`Application requires following permissions`}

- + ${this.challenge.permissions.length > 0 ? html` +

${t`Application requires following permissions`}

+ + ` : html``}