mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 20:29:08 +00:00
🐛 Handle Wise SCA requests (#2734)
This commit is contained in:
@@ -30,5 +30,15 @@ export class WiseApi implements ICredentialType {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Private Key (Optional)',
|
||||
name: 'privateKey',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Optional private key used for Strong Customer Authentication (SCA). Only needed to retrieve statements, and execute transfers.',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user