Skip to content

Commit 9aec86e

Browse files
committed
2025-11-25 [1]
1 parent ce0a690 commit 9aec86e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/auth/LoginForm.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ export default function LoginForm() {
2424
id: 1,
2525
userName: inputMain as string,
2626
name: {
27-
first_name: "Ranit",
28-
last_name: "Saha",
29-
full_name : "Ranit Saha",
27+
first_name: "User_First",
28+
last_name: "User_Last",
29+
full_name : "User_First User_Last",
3030
},
3131
clerkId: 1,
3232
isLogged: true

0 commit comments

Comments
 (0)