forked from potsda.mn/mobilizon
fix(front): improve display of SendPasswordReset view
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a408b476cf
commit
1d39eb5488
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue