chore: Adjust authentication classes to have similar structure
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
d06f21c927
commit
cdc6168ff4
@@ -6,8 +6,8 @@ import {
|
||||
import Field from '../../types/field';
|
||||
|
||||
export default class Authentication {
|
||||
connectionData: any;
|
||||
appData: any;
|
||||
connectionData: any;
|
||||
scopes: string[] = ['repo'];
|
||||
|
||||
constructor(appData: any, connectionData: any) {
|
||||
|
Reference in New Issue
Block a user