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

View file

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