From 1461e084785d2c73ad36f07b90ac632dcb2d7abb Mon Sep 17 00:00:00 2001 From: Ricardo Espinoza Date: Thu, 17 Sep 2020 17:10:13 -0400 Subject: [PATCH] :zap: Small improvement (#957) --- packages/nodes-base/credentials/GoogleOAuth2Api.credentials.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/credentials/GoogleOAuth2Api.credentials.ts b/packages/nodes-base/credentials/GoogleOAuth2Api.credentials.ts index 55d9bc66e..0dc677ea8 100644 --- a/packages/nodes-base/credentials/GoogleOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/GoogleOAuth2Api.credentials.ts @@ -27,7 +27,7 @@ export class GoogleOAuth2Api implements ICredentialType { displayName: 'Auth URI Query Parameters', name: 'authQueryParameters', type: 'hidden' as NodePropertyTypes, - default: 'access_type=offline', + default: 'access_type=offline&prompt=consent', }, { displayName: 'Authentication',