mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
⚡ Small improvement (#957)
This commit is contained in:
parent
a5655d0352
commit
1461e08478
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue