Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Error if KeycloakClient secret is deleted before it (#62)
Moved the deletion process of the KeycloakClient before any logic that requires client secrets. This will help avoid errors if the KeycloakClient secret is removed before it and the deletion process gets stuck.
- Loading branch information