Use auth0 jwt in api

This commit is contained in:
2021-09-28 22:01:16 -05:00
parent 8855709a34
commit 737be09b5f
5 changed files with 37 additions and 38 deletions

View File

@@ -7,4 +7,4 @@ const LoginButton = () => {
return <button onClick={() => loginWithRedirect()}>Log In</button>;
};
export default LoginButton;
export default LoginButton;