There was an error while loading. Please reload this page.
1 parent 48f9478 commit e7c39d5Copy full SHA for e7c39d5
1 file changed
apps/web-app/src/routes/(auth)/_layout.sign-up.tsx
@@ -113,6 +113,7 @@ function RouteComponent() {
113
<form
114
className="mx-auto w-full max-w-xs space-y-24"
115
onSubmit={form.handleSubmit(async (data) => {
116
+ console.log(data);
117
await signUpEmail.mutateAsync({
118
email: data.email,
119
password: data.password,
0 commit comments