fix(lint)

This commit is contained in:
ArneBo 2025-05-10 21:24:17 +02:00 committed by Arne Bollinger
parent 3793d9abbd
commit bcc67a7df4
2 changed files with 8 additions and 4 deletions

View File

@ -71,7 +71,10 @@ const submitAndScan = async () => {
<Alert blue>
<Layout flex>
<p><i class="bi bi-info-circle-fill" /></p>
<Layout stack no-gap>
<Layout
stack
no-gap
>
<sanitized-html
v-if="plugin.description"
:html="description"

View File

@ -59,8 +59,9 @@ const submit = async () => {
class="main"
>
<h2>{{ labels.changePassword }}</h2>
<Layout form
<Layout
v-if="!success"
form
@submit.prevent="submit()"
>
<Alert