Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peterphanouvong committed Apr 30, 2024
1 parent ff662f0 commit 8e8f854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authMiddleware/authMiddleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const handleMiddleware = async (req, options, onSuccess) => {
given_name: idTokenValue.given_name,
email: idTokenValue.email,
id: idTokenValue.sub,
picutre: idTokenValue.picture
picture: idTokenValue.picture
}
});
}
Expand Down

0 comments on commit 8e8f854

Please sign in to comment.