web/admin: fix invalid build due to wrong import

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-01-11 11:40:59 +01:00
parent 0a1c0dae05
commit 58f79b525d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { t } from "@lingui/macro";
import { TemplateResult, html } from "lit";
import { customElement } from "lit/decorators.js";
import { ifDefined } from "lit/directives/if-defined.js";
import { until } from "lit/directives/until";
import { until } from "lit/directives/until.js";
import {
AuthenticateWebAuthnStage,