fix(front): improve display of SendPasswordReset view

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-12-14 11:02:54 +01:00
parent a408b476cf
commit 1d39eb5488
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 8 additions and 4 deletions

View File

@ -26,15 +26,19 @@
required
type="email"
v-model="emailValue"
expanded
/>
</o-field>
<p class="control">
<p class="my-4 flex gap-2">
<o-button variant="primary" native-type="submit">
{{ t("Submit") }}
</o-button>
<router-link :to="{ name: RouteName.LOGIN }" class="button is-text">{{
t("Cancel")
}}</router-link>
<o-button
tag="router-link"
:to="{ name: RouteName.LOGIN }"
variant="text"
>{{ t("Cancel") }}</o-button
>
</p>
</form>
<div v-else>