Skip to content

Commit

Permalink
Fix bug in login
Browse files Browse the repository at this point in the history
  • Loading branch information
dangngocquan committed Jan 21, 2024
1 parent d4a9cc0 commit 8560d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/accounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async function loginAccountWithGoogle(formData) {
type,
time_registered,
nickname,
email,
account.email,
phone_number,
gender,
extract(epoch from birthday) as birthday,
Expand Down

0 comments on commit 8560d09

Please sign in to comment.