Skip to content

Commit

Permalink
extn setting
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 3, 2024
1 parent 24f4501 commit 8e85ec2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions resources/ext/oauth2.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,4 +19,5 @@
["redirect/" :provider] modular.oauth2.handler/handler-oauth2-redirect-wrapped ; either client OR server side
}}
;
}
}

0 comments on commit 8e85ec2

Please sign in to comment.