web: fix missing closing tag

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-12-23 18:35:33 +01:00
parent 670af8789a
commit cf4c7c1bcb
1 changed files with 5 additions and 1 deletions

View File

@ -217,11 +217,15 @@ export class IdentificationStageForm extends ModelForm<IdentificationStage, stri
${t`When a valid username/email has been entered, and this option is enabled, the user's username and avatar will be shown. Otherwise, the text that the user entered will be shown.`}
</p>
</ak-form-element-horizontal>
</div>
</ak-form-group>
<ak-form-group>
<span slot="header">${t`Flow settings`}</span>
<div slot="body" class="pf-c-form">
<ak-form-element-horizontal label=${t`Passwordless flow`} name="passwordlessFlow">
<ak-form-element-horizontal
label=${t`Passwordless flow`}
name="passwordlessFlow"
>
<select class="pf-c-form-control">
<option
value=""