Skip to content

Commit

Permalink
Merge pull request #1248 from andrew-bierman/fix/signup-issue
Browse files Browse the repository at this point in the history
Fix signup issue
  • Loading branch information
taronaleksanian authored Sep 18, 2024
2 parents fc4ed03 + 1633055 commit dcfceb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/controllers/user/userSignUp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export function signUpRoute() {
password,
name,
});
await userClass.generateAuthToken(JWT_SECRET, user.id);
await sendWelcomeEmail(
user.email,
user.name,
Expand Down

0 comments on commit dcfceb3

Please sign in to comment.