Skip to content

Commit

Permalink
CPF Prettier fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubKramp committed Sep 19, 2024
1 parent b28e16a commit 58d1fe8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/actions/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,14 @@ export async function signup(formData: FormData) {
email_confirm: true,
password: data['password'],
user_metadata: {
first_name: 'First Name',
last_name: 'Last Name'
first_name: 'First Name',
last_name: 'Last Name'
},
});
if (error) {
redirect('/error');
}


revalidatePath('/');
redirect('/');
}
Expand Down

0 comments on commit 58d1fe8

Please sign in to comment.