Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
wording change to Print auth JWT
Browse files Browse the repository at this point in the history
  • Loading branch information
janie-lee-developer committed Oct 7, 2022
1 parent 3a46842 commit 9d2d36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PrimaryNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const PrimaryNav = (): JSX.Element => {
} group flex w-full items-center rounded-md px-5 py-1.5 text-sm`}
onClick={() => console.log("Token: ", currentUser?.access_token)}
>
Generate Token on Console
Print auth JWT
</button>
)}
</Menu.Item>
Expand Down

0 comments on commit 9d2d36c

Please sign in to comment.