Skip to content

Commit

Permalink
Merge pull request #326 from ccoeurderoy/fix/remove-delete-user
Browse files Browse the repository at this point in the history
fix(hooks): remove the user deletion from Bridge
  • Loading branch information
Charles Coeurderoy authored May 24, 2022
2 parents 62945e3 + 292962f commit c15e78f
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 33 deletions.
3 changes: 2 additions & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"restHooksSecret": "",
"port": 8080,
"customerIdPassword": "",
"activateBridgeRequestInterceptor": true
"activateBridgeRequestInterceptor": true,
"forceBridgeUsersDeletion": false
}
70 changes: 57 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/aggregator/services/bridge/bridge.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export interface ClientConfig {
clientSecret: string;
bankinVersion: string;
nbOfMonths?: number;
deleteBridgeUsers?: boolean;
}

/**
Expand Down
Loading

0 comments on commit c15e78f

Please sign in to comment.