vzakharchenko/keycloak-radius-plugin

Typo in engine declaration

nilend opened this issue · 0 comments

app.engine('handlebars', engine());

I think this should be engine.engine() otherwise it throw an error TypeError: engine is not a function.