Merge pull request #2026 from raehalme/events-typo
Fixed typo in 22.2. Event Listener
This commit is contained in:
commit
73e23cf235
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
You can exclude one or more events by editing <literal>standalone/configuration/keycloak-server.json</literal>
|
||||
and adding for example:
|
||||
<programlisting><![CDATA[
|
||||
"eventListener": {
|
||||
"eventsListener": {
|
||||
"email": {
|
||||
"exclude-events": [ "UPDATE_TOTP", "REMOVE_TOTP" ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue