Skip to content

Commit

Permalink
Merge pull request #229 from vihanga-liyanage/patch-1
Browse files Browse the repository at this point in the history
Update getDecodedIDToken example
  • Loading branch information
brionmario authored May 21, 2024
2 parents a1cfce0 + 1be5443 commit 91e78ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ const App = () => {
const { getDecodedIDToken } = useAuthContext();

useEffect(() => {
getIDToken().then((decodedIdToken) => {
getDecodedIDToken().then((decodedIdToken) => {
//console.log(decodedIdToken);
}).catch((error) => {
//console.log(error);
Expand Down

0 comments on commit 91e78ad

Please sign in to comment.