web: fix linting error

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-24 16:31:05 +02:00
parent 2a5926608f
commit 8ecacb319c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export class AutosubmitStage extends BaseStage {
<div class="pf-c-login__main-body">
<form class="pf-c-form" action="${this.challenge.url}" method="POST">
${Object.entries(this.challenge.attrs).map(([ key, value ]) => {
return html`<input type="hidden" name="${key}" value="${value}">`;
return html`<input type="hidden" .name="${key}" .value="${value}">`;
})}
<ak-empty-state
?loading="${true}">