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

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

View File

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