kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(lint)
rodzic
3793d9abbd
commit
bcc67a7df4
|
@ -71,7 +71,10 @@ const submitAndScan = async () => {
|
||||||
<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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue