diff --git a/resources/ext/oauth2.edn b/resources/ext/oauth2.edn index 79c7536..7f562c6 100644 --- a/resources/ext/oauth2.edn +++ b/resources/ext/oauth2.edn @@ -3,7 +3,9 @@ :lazy false :cljs-namespace [modular.oauth2.token.ui modular.oauth2.user.view - modular.oauth2] + modular.oauth2 + modular.oauth2.user.login-dialog ; side effects + ] :cljs-ns-bindings {'modular.oauth2 {'provider-status-grid modular.oauth2.token.ui/provider-status-grid 'user-login modular.oauth2.user.view/user-login} ; make sure the namespaces in sci and cljs are identical @@ -17,4 +19,5 @@ ["redirect/" :provider] modular.oauth2.handler/handler-oauth2-redirect-wrapped ; either client OR server side }} ; - } \ No newline at end of file + } +