diff --git a/API.md b/API.md index a05d3fd..9b2f955 100644 --- a/API.md +++ b/API.md @@ -517,7 +517,7 @@ const App = () => { const { getDecodedIDToken } = useAuthContext(); useEffect(() => { - getIDToken().then((decodedIdToken) => { + getDecodedIDToken().then((decodedIdToken) => { //console.log(decodedIdToken); }).catch((error) => { //console.log(error);