Skip to content

Commit 8e80dc2

Browse files
authored
th-133: * sign up constants (#135)
1 parent fc0da32 commit 8e80dc2

File tree

1 file changed

+2
-2
lines changed
  • frontend/src/pages/auth/components/sign-up-form/libs

1 file changed

+2
-2
lines changed

frontend/src/pages/auth/components/sign-up-form/libs/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ import {
55

66
const DEFAULT_SIGN_UP_PAYLOAD_CUSTOMER: CustomerSignUpRequestDto = {
77
email: '',
8-
phone: '+380',
8+
phone: '',
99
password: '',
1010
firstName: '',
1111
lastName: '',
1212
};
1313

1414
const DEFAULT_SIGN_UP_PAYLOAD_BUSINESS: BusinessSignUpRequestDto = {
1515
email: '',
16-
phone: '+380',
16+
phone: '',
1717
password: '',
1818
firstName: '',
1919
lastName: '',

0 commit comments

Comments
 (0)