Fixed typo in 22.2. Event Listener

This commit is contained in:
Thomas Raehalme
2016-01-14 13:52:05 +02:00
parent 714e2fa7a5
commit 8c249c331c

View File

@@ -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" ]
}