mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat(webapp): from phone number fields from authentication pages
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user