Skip to content

Commit

Permalink
added access list for widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwas1 committed Aug 27, 2024
1 parent 98d79b5 commit fbf7078
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 @@ -224,7 +224,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 fbf7078

Please sign in to comment.