style(lint): lint front-end code

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-05-24 10:56:25 +02:00
parent d73bafec97
commit a7c8cc0b9f
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773
2 changed files with 3 additions and 2 deletions

View file

@ -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"

View file

@ -4,7 +4,7 @@
{{ $t("Resend confirmation email") }} {{ $t("Resend confirmation email") }}
</h1> </h1>
<o-notification v-if="error" variant="danger"> <o-notification v-if="error" variant="danger">
{{ errorMessage }} {{ errorMessage }}
</o-notification> </o-notification>
<form v-if="!validationSent" @submit="resendConfirmationAction"> <form v-if="!validationSent" @submit="resendConfirmationAction">
<o-field :label="$t('Email address')" labelFor="emailAddress"> <o-field :label="$t('Email address')" labelFor="emailAddress">