diff --git a/src/contexts/TokenDataContext.js b/src/contexts/TokenDataContext.js index 9617e0c..2b5641d 100644 --- a/src/contexts/TokenDataContext.js +++ b/src/contexts/TokenDataContext.js @@ -113,7 +113,7 @@ export function TokenDataProvider({ children }) { const { file, ...rest } = token; logError(`Unable to save token ${JSON.stringify(rest)}`); } else { - logError(`Unable to save token ${token}`); + logError(`Unable to save token ${JSON.stringify(token)}`); } } setTokens((prevTokens) => {