This commit is contained in:
mahula 2023-02-07 11:18:42 +01:00
parent 49ce7e5e05
commit c048de383a

View File

@ -27,7 +27,7 @@
<message
:headline="success ? $t('message.title') : $t('message.errorTitle')"
:subtitle="success ? $t('message.email') : $t('error.email-already-sent')"
:data-test="success ? forgot-password-success : forgot-password-error"
:data-test="success ? 'forgot-password-success' : 'forgot-password-error'"
:buttonText="$t('login')"
linkTo="/login"
/>