We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0da32 commit 8e80dc2Copy full SHA for 8e80dc2
frontend/src/pages/auth/components/sign-up-form/libs/constants.ts
@@ -5,15 +5,15 @@ import {
5
6
const DEFAULT_SIGN_UP_PAYLOAD_CUSTOMER: CustomerSignUpRequestDto = {
7
email: '',
8
- phone: '+380',
+ phone: '',
9
password: '',
10
firstName: '',
11
lastName: '',
12
};
13
14
const DEFAULT_SIGN_UP_PAYLOAD_BUSINESS: BusinessSignUpRequestDto = {
15
16
17
18
19
0 commit comments