Mehmet Erim
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
templates/app/react-native/src/screens/ManageProfile/ManageProfileForm.js
|
|
@ -121,7 +121,7 @@ function ManageProfileForm({ editingUser = {}, submit, cancel }) { |
|
|
<FormControl isRequired my="2"> |
|
|
<FormControl isRequired my="2"> |
|
|
<Stack mx="4"> |
|
|
<Stack mx="4"> |
|
|
<FormControl.Label> |
|
|
<FormControl.Label> |
|
|
{i18n.t('AbpIdentity::PhoneNumber')} |
|
|
{i18n.t('AbpIdentity::EmailAddress')} |
|
|
</FormControl.Label> |
|
|
</FormControl.Label> |
|
|
<Input |
|
|
<Input |
|
|
ref={emailRef} |
|
|
ref={emailRef} |
|
|
|