Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/app/(authenticated)/(dashboard)/[publicId]/settings/develo…
…per/components/create-access-token.tsx
  • Loading branch information
dahal authored Aug 8, 2024
commit 649e8fc7b6914d670ed2e3b9216f73a08771ed3d
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const CreateAccessToken = () => {
toast.promise(copy(token), {
loading: "Copying token...",
success: "Access token copied to clipboard.",
error: "error copying token",
error: "Error copying token",
});
setOpen(true);
setLoading(false);
Expand Down