Skip to content

Commit

Permalink
Another field
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtarcommunications committed Nov 18, 2024
1 parent b141df7 commit 60d342d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/controllers/user/account/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const login = {
name : `${person.first} ${person.last}`,
email : req.body.username,
phone : person.phone,
pronoun : person.pronoun,
trusted : false,
};

Expand Down

0 comments on commit 60d342d

Please sign in to comment.