mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat(server): remove the phone number from users management
This commit is contained in:
@@ -42,10 +42,6 @@ export const SendResetPasswordSchema = Yup.object().shape({
|
||||
export const InviteAcceptSchema = Yup.object().shape({
|
||||
first_name: Yup.string().required().label(intl.get('first_name_')),
|
||||
last_name: Yup.string().required().label(intl.get('last_name_')),
|
||||
phone_number: Yup.string()
|
||||
.matches()
|
||||
.required()
|
||||
.label(intl.get('phone_number')),
|
||||
password: Yup.string().min(4).required().label(intl.get('password')),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user