mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
fix(core): Validate credential data before encryption (#12885)
This commit is contained in:
@@ -20,4 +20,5 @@ export const CREDENTIAL_ERRORS = {
|
||||
DECRYPTION_FAILED:
|
||||
'Credentials could not be decrypted. The likely reason is that a different "encryptionKey" was used to encrypt the data.',
|
||||
INVALID_JSON: 'Decrypted credentials data is not valid JSON.',
|
||||
INVALID_DATA: 'Credentials data is not in a valid format.',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user