website/docs: fix order of steps on bookstack integration

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-10-03 18:46:47 +02:00
parent 1c52836060
commit 62cfb76b39
2 changed files with 18 additions and 16 deletions

View File

@ -134,7 +134,7 @@ export class SAMLProviderViewPage extends LitElement {
</dt>
<dd class="pf-c-description-list__description">
<div class="pf-c-description-list__text">
${this.provider.audience}
${this.provider.audience || "-"}
</div>
</dd>
</div>