mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor: rename g-suite admin node to google workspace admin and update node icon (#4252)
This commit is contained in:
committed by
GitHub
parent
6b538494ce
commit
2d4202d051
@@ -10,7 +10,7 @@ const scopes = [
|
||||
export class GSuiteAdminOAuth2Api implements ICredentialType {
|
||||
name = 'gSuiteAdminOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'G Suite Admin OAuth2 API';
|
||||
displayName = 'Google Workspace Admin OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user