Skip to content

Commit

Permalink
removed unwanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahendar0701 committed Jan 9, 2025
1 parent 9e21320 commit 3c42f8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Users/CreateUserForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export default function CreateUserForm({ onSubmitSuccess }: Props) {
} = await request(UserApi.create, {
body: {
...data,
email: "invalid-email-format",
// Omit c_password as it's not needed in the API
c_password: undefined,
} as unknown as UserBase,
Expand Down

0 comments on commit 3c42f8e

Please sign in to comment.