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
Update src/app/(authenticated)/(dashboard)/[publicId]/settings/develo…
…per/components/create-access-token.tsx
  • Loading branch information
dahal authored Aug 8, 2024
commit 049501a7af9bc1af1fef2409e19fbc170014b765
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const CreateAccessToken = () => {
toast.promise(copy(accessToken), {
loading: "Copying token...",
success: "Access token copied to clipboard.",
error: "error copying token",
error: "Error copying token",
});
}}
>
Expand Down