Skip to content

Commit e7c39d5

Browse files
committed
chore: debug
1 parent 48f9478 commit e7c39d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web-app/src/routes/(auth)/_layout.sign-up.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ function RouteComponent() {
113113
<form
114114
className="mx-auto w-full max-w-xs space-y-24"
115115
onSubmit={form.handleSubmit(async (data) => {
116+
console.log(data);
116117
await signUpEmail.mutateAsync({
117118
email: data.email,
118119
password: data.password,

0 commit comments

Comments
 (0)