Add missing parantheses

This commit is contained in:
Anton Johansson 2018-07-02 15:09:49 +02:00 committed by Stian Thorgersen
parent 4a009f1492
commit 75c5386d80

View file

@ -135,7 +135,7 @@ To secure a resource with an application role for the current app:
To secure a resource with an application role for a *different* app:
[source,javascript]
app.get( '/extra-special', keycloak.protect('other-app:special', extraSpecialHandler );
app.get( '/extra-special', keycloak.protect('other-app:special'), extraSpecialHandler );
To secure a resource with a realm role: