🐛 Fixes issue #651 and #652 (#668)

* 🐛 Fixes issue #651 and #652

*  Added description to username field
This commit is contained in:
Ricardo Espinoza
2020-06-20 12:11:11 -04:00
committed by GitHub
parent 3d45b67d50
commit 54a670c0de
3 changed files with 5 additions and 28 deletions

View File

@@ -6,15 +6,12 @@ import {
//https://api.slack.com/authentication/oauth-v2
const userScopes = [
'chat:write',
'conversations:history',
'conversations:read',
'files:read',
'files:write',
'stars:read',
'stars:write',
];
export class SlackOAuth2Api implements ICredentialType {
name = 'slackOAuth2Api';
extends = [