Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwas1 committed Aug 27, 2024
2 parents 87d960f + fbf7078 commit 6abc922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app-auth/services/app-auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ export class AppAuthService {
hasDomainVerified: createAppDto.hasDomainVerified,
});
Logger.log('App created successfully', 'app-auth-service');
Logger.log(JSON.stringify(appData));
return this.getAppResponse(appData, apiSecretKey);
}

Expand Down
3 changes: 3 additions & 0 deletions src/supported-service/services/iServiceList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export namespace SERVICES {
WRITE_SESSION = 'WRITE_SESSION',
WRITE_PASSIVE_LIVELINESS = 'WRITE_PASSIVE_LIVELINESS',
WRITE_DOC_OCR = 'WRITE_DOC_OCR',
READ_WIDGET_CONFIG = 'READ_WIDGET_CONFIG',
WRITE_WIDGET_CONFIG = 'WRITE_WIDGET_CONFIG',
UPDATE_WIDGET_CONFIG = 'UPDATE_WIDGET_CONFIG',
}
}
}

0 comments on commit 6abc922

Please sign in to comment.