Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ananay committed Sep 5, 2022
1 parent 6e1dde4 commit b2d5d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ app.post("/auth", function(req, res, next) {
}
} else {
if (req.body.user) {
// Get the profile info (name and email) if the person is registering
// Get the profile info (name and email) if the person is registering
res.json({
user: req.body.user,
idToken: user
Expand Down

0 comments on commit b2d5d8a

Please sign in to comment.