Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sweepstake
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arjun Jhukal
sweepstake
Commits
58fd242c
Commit
58fd242c
authored
Apr 15, 2026
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the new changes
parent
4db86e52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
index.tsx
src/components/pages/auth/register/index.tsx
+8
-8
No files found.
src/components/pages/auth/register/index.tsx
View file @
58fd242c
...
...
@@ -162,7 +162,7 @@ export default function RegisterPage() {
dispatch
(
showToast
({
message
:
response
?.
message
||
"User Register
d
Successfully"
,
message
:
response
?.
message
||
"User Register Successfully"
,
variant
:
ToastVariant
.
SUCCESS
,
autoTime
:
true
,
}),
...
...
@@ -265,7 +265,7 @@ export default function RegisterPage() {
<
OutlinedInput
name=
'displayName'
id=
'displayName'
placeholder=
'
John
doe'
placeholder=
'
john
doe'
value=
{
values
.
displayName
}
onChange=
{
handleChange
}
onBlur=
{
handleBlur
}
...
...
@@ -284,7 +284,7 @@ export default function RegisterPage() {
fullWidth
id=
"address"
name=
"address"
placeholder=
"
Enter address
"
placeholder=
"
123 Main St
"
value=
{
values
.
address
}
onChange=
{
handleChange
}
onBlur=
{
handleBlur
}
...
...
@@ -300,7 +300,7 @@ export default function RegisterPage() {
fullWidth
id=
"address_line_two"
name=
"address_line_two"
placeholder=
"
Enter address line 2
"
placeholder=
"
Apt 4B
"
value=
{
values
.
address_line_two
}
onChange=
{
handleChange
}
onBlur=
{
handleBlur
}
...
...
@@ -318,7 +318,7 @@ export default function RegisterPage() {
fullWidth
id=
"city"
name=
"city"
placeholder=
"
Enter city
"
placeholder=
"
New York
"
value=
{
values
.
city
}
onChange=
{
handleChange
}
onBlur=
{
handleBlur
}
...
...
@@ -397,7 +397,7 @@ export default function RegisterPage() {
fullWidth
id=
"postal_code"
name=
"postal_code"
placeholder=
"
Enter Postal code
"
placeholder=
"
00501
"
value=
{
values
.
postal_code
}
onChange=
{
handleChange
}
onBlur=
{
handleBlur
}
...
...
@@ -410,7 +410,7 @@ export default function RegisterPage() {
<
div
className=
"lg:col-span-3"
>
<
div
className=
"input__field"
>
<
InputLabel
htmlFor=
"ssn"
>
SSN
<
span
className=
"text-red-500"
>
(
l
ast 4 Digit) *
</
span
></
InputLabel
>
<
InputLabel
htmlFor=
"ssn"
>
SSN
<
span
className=
"text-red-500"
>
(
L
ast 4 Digit) *
</
span
></
InputLabel
>
<
OutlinedInput
fullWidth
id=
"ssn"
...
...
@@ -446,7 +446,7 @@ export default function RegisterPage() {
fullWidth
id=
"phone"
name=
"phone"
placeholder=
"
Enter phone number
"
placeholder=
"
9195558247
"
value=
{
values
.
phone
}
onChange=
{
handleChange
}
onBlur=
{
handleBlur
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment