style(lint): lint front-end code
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d73bafec97
commit
a7c8cc0b9f
|
@ -187,7 +187,8 @@
|
||||||
:placeholder="t('Password')"
|
:placeholder="t('Password')"
|
||||||
/>
|
/>
|
||||||
<template #message>
|
<template #message>
|
||||||
<o-notification class="mt-2 not-italic text-base"
|
<o-notification
|
||||||
|
class="mt-2 not-italic text-base"
|
||||||
variant="danger"
|
variant="danger"
|
||||||
v-for="message in deletePasswordErrors"
|
v-for="message in deletePasswordErrors"
|
||||||
:key="message"
|
:key="message"
|
||||||
|
|
Loading…
Reference in a new issue