feat(webapp): from phone number fields from authentication pages

This commit is contained in:
a.bouhuolia
2023-04-04 23:51:36 +02:00
parent 7177276b12
commit a5c190e094
5 changed files with 27 additions and 58 deletions

View File

@@ -18,10 +18,7 @@ export default function SendResetPasswordForm({ isSubmitting }) {
a link to reset your password.
</TopParagraph>
<FFormGroup
name={'crediential'}
label={<T id={'email_or_phone_number'} />}
>
<FFormGroup name={'crediential'} label={<T id={'email_address'} />}>
<FInputGroup name={'crediential'} large={true} />
</FFormGroup>