diff --git a/src/api/Auth.ts b/src/api/Auth.ts index 45e158e80..94d206048 100644 --- a/src/api/Auth.ts +++ b/src/api/Auth.ts @@ -250,7 +250,7 @@ export const decryptData = (value: any): string => { return bytes.toString(CryptoJS.enc.Utf8); } catch (error) { // Handle decryption error or invalid input - console.error('Decryption error:', error); + console.error('Decryption error:kkkkkkk', error); return ''; } }