Skip to content

Commit

Permalink
fix: fix default user id (#402)
Browse files Browse the repository at this point in the history
Because

- We had changed default user id

This commit

- fix default user id
  • Loading branch information
EiffelFly committed Apr 14, 2023
1 parent 54e0781 commit 91713a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/OnboardingForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ export const OnboardingForm = () => {
token = uuidv4();

const payload: Partial<User> = {
id: "local-user",
name: "users/local-user",
email: fieldValues.email,
org_name: fieldValues.orgName ?? undefined,
role: fieldValues.role as string,
Expand Down

0 comments on commit 91713a4

Please sign in to comment.