Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavanakarwade committed Dec 4, 2024
1 parent 4183b66 commit b2b1706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/Auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 '';
}
}
Expand Down

0 comments on commit b2b1706

Please sign in to comment.