Add punchlines to auth forms

This commit is contained in:
Bubka
2020-11-24 22:57:32 +01:00
parent 7df763073b
commit 747eb98de3
6 changed files with 31 additions and 10 deletions

View File

@ -1,5 +1,5 @@
<template>
<form-wrapper :title="$t('auth.forms.reset_password')">
<form-wrapper :title="$t('auth.forms.reset_password')" :punchline="$t('auth.forms.reset_punchline')">
<form @submit.prevent="handleSubmit" @keydown="form.onKeydown($event)">
<form-field :form="form" fieldName="email" inputType="email" :label="$t('auth.forms.email')" autofocus />
<form-buttons :isBusy="form.isBusy" :caption="$t('auth.forms.send_password_reset_link')" :showCancelButton="true" cancelLandingView="login" />