refactor(api): rename personal access tokens to API keys and update related UI components for consistency

This commit is contained in:
Anish Sarkar 2026-06-25 23:22:11 +05:30
parent 96b64166b1
commit d5e2540e51
9 changed files with 162 additions and 81 deletions

View file

@ -49,7 +49,7 @@ export const deletePublicChatSnapshotMutationAtom = atomWithMutation(() => ({
toast.success("Public link deleted");
},
onError: (error: Error) => {
console.error("Failed to delete public chat link:", error);
console.error("Failed to delete public chat:", error);
toast.error("Failed to delete public link");
},
}));