refactor: rename g-suite admin node to google workspace admin and update node icon (#4252)

This commit is contained in:
Jonathan Bennetts
2022-10-12 15:05:52 +01:00
committed by GitHub
parent 6b538494ce
commit 2d4202d051
6 changed files with 7 additions and 7 deletions

View File

@@ -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[] = [
{