Skip to content

Commit

Permalink
chore: add note about regenerate not working yet
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Aug 14, 2023
1 parent e929126 commit 2dca0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default function Account() {
<span class="text-text">{auth.profile?.api_token}</span>
</div>
<div class="mt-2 flex flex-row justify-end gap-4">
<button class="rounded-md bg-lavender px-4 py-2 text-base">Regenerate</button>
<button class="rounded-md bg-lavender px-4 py-2 text-base" onClick={() => toast.error("Not implemented yet. If your token has been compromised, please contact us at [email protected]")}>Regenerate</button>
<button class="rounded-md bg-lavender px-4 py-2 text-base">Copy</button>
</div>
</div>
Expand Down

0 comments on commit 2dca0e7

Please sign in to comment.