Skip to content

Commit

Permalink
PEPPER-1495 . revoke angular client
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampath K. Settipalli committed Sep 5, 2024
1 parent 9c991c4 commit fe882a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public void run(Handle handle) {
//revoke angio angular client
String auth0ClientId = varsCfg.getString("auth0.clientId");
String auth0Domain = varsCfg.getString("auth0.domain");
DBUtils.checkUpdate(1, handle.attach(JdbiClient.class).
updateIsRevokedByAuth0ClientIdAndAuth0Domain(true, auth0ClientId, auth0Domain));
DBUtils.checkUpdate(1, handle.attach(JdbiClient.class).updateIsRevokedByAuth0ClientIdAndAuth0Domain(
true, auth0ClientId, auth0Domain));
log.info("Revoked Angular client for {} ", ANGIO_STUDY);

//disable elastic export
Expand Down

0 comments on commit fe882a9

Please sign in to comment.