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 02b2c60 commit 27b060dCopy full SHA for 27b060d
1 file changed
frontend/src/routes/signup.tsx
@@ -68,7 +68,7 @@ function SignUp() {
68
if (signUpMutation.isPending) return
69
70
// exclude confirm_password from submission data
71
- const { confirm_password, ...submitData } = data
+ const { confirm_password: _confirm_password, ...submitData } = data
72
signUpMutation.mutate(submitData)
73
}
74
0 commit comments