Small improvements

This commit is contained in:
ricardo
2020-07-23 14:53:31 -04:00
parent 39f5cf92d8
commit 138a4d7518
3 changed files with 1 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ export class GitlabOAuth2Api implements ICredentialType {
{
displayName: 'Scope',
name: 'scope',
type: 'string' as NodePropertyTypes,
type: 'hidden' as NodePropertyTypes,
default: 'api',
},
{