Small improvement (#957)

This commit is contained in:
Ricardo Espinoza 2020-09-17 17:10:13 -04:00 committed by GitHub
parent a5655d0352
commit 1461e08478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',