From 146bc3bff503be70abaad94418535f23ff8fc511 Mon Sep 17 00:00:00 2001 From: Jonathan Bennetts Date: Fri, 13 Jan 2023 15:01:28 +0000 Subject: [PATCH] fix(Zoom Node): Add notice about deprecation of Zoom JWT app support (#5156) --- packages/nodes-base/credentials/ZoomApi.credentials.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/nodes-base/credentials/ZoomApi.credentials.ts b/packages/nodes-base/credentials/ZoomApi.credentials.ts index 5add749fa8ad6..e3b3460450dfb 100644 --- a/packages/nodes-base/credentials/ZoomApi.credentials.ts +++ b/packages/nodes-base/credentials/ZoomApi.credentials.ts @@ -13,6 +13,13 @@ export class ZoomApi implements ICredentialType { documentationUrl = 'zoom'; properties: INodeProperties[] = [ + { + displayName: + 'On 1 June, 2023 Zoom will remove JWT App support. You will have to connect to Zoom using the Oauth2 auth method. More details (zoom.us)', + name: 'notice', + type: 'notice', + default: '', + }, { displayName: 'JWT Token', name: 'accessToken',