Skip to content

Commit

Permalink
Merge pull request #106 from FleetAdmiralJakob/form-loading-fix
Browse files Browse the repository at this point in the history
fix(signup): loading error in signup
  • Loading branch information
Gamius00 authored May 12, 2024
2 parents c64595f + 484c38a commit 6ed6f29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(auth)/sign-up/signup-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export function SignUpForm() {
if (result.status === "complete") {
await setActive({ session: result.createdSessionId });
setSignUpComplete(true);
return;
}
} catch (e) {
console.error("Problem with the sign-in process");
Expand Down

0 comments on commit 6ed6f29

Please sign in to comment.