diff --git a/src/oauth/OAuthApp.ts b/src/oauth/OAuthApp.ts index 46efcad..09da37f 100644 --- a/src/oauth/OAuthApp.ts +++ b/src/oauth/OAuthApp.ts @@ -252,7 +252,7 @@ export class OAuthApp extend if(response.status === 200) { const data = response.data; - if(data.active === true) { + if(data.status === 'active') { logMessage('OAuth client is now active!', LogLevel.INFO); active = true;