modif
This commit is contained in:
parent
fbd10c6fd5
commit
144dfaf8c8
1 changed files with 0 additions and 2 deletions
|
|
@ -42,8 +42,6 @@ exports.handleGoogleAuth = async (req, res) => {
|
|||
const newUser = {
|
||||
username: userData.name || userData.email,
|
||||
google_id: userData.id,
|
||||
email: userData.email,
|
||||
avatar: userData.picture || null,
|
||||
};
|
||||
savedUser = await postUser(newUser);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue