We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081f0e9 commit 2bd7debCopy full SHA for 2bd7deb
backend/src/controllers/authController.ts
@@ -144,7 +144,6 @@ export const oauthCallback = async (
144
}
145
146
const typedFoundUser = asTypedUser(foundUser);
147
- await typedFoundUser.save();
148
149
// We send tokens the same way, but redirect the user
150
const accessToken = generateAccessToken(typedFoundUser._id.toString());
0 commit comments