Skip to content

Commit

Permalink
frontend.core
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 2, 2024
1 parent 44b6365 commit 190f46c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@

(defn jar "build the JAR" [opts]
(println "Building the JAR")
#_(spit (doto (fs/file "resources/META-INF/pink-gorilla/webly3/meta.edn")
(-> fs/parent fs/create-dirs)) {:module-name "rest"
:version version})
(-> opts
(assoc :lib lib
:version version
:src-pom "template/pom.xml"
:src-pom "pom-template.xml"
:transitive true)
;(bb/run-tests)
;(bb/clean)
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions resources/ext/oauth2.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
:lazy false
:cljs-namespace [modular.oauth2.token.ui
modular.oauth2.user.view
modular.oauth2 ; side effects (webly.app.cljs)
]
modular.oauth2]
: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 Down
2 changes: 1 addition & 1 deletion src/modular/oauth2/request.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[clojure.string :as str]
[ajax.core :as ajax]
[re-frame.core :as rf]
[frontend.notifications.core :refer [add-notification]]
[frontend.notification :refer [show-notification]]
[modular.oauth2.provider :refer [get-provider-auth-header]]))

;'authorization: Bearer YOUR_ACCESS_TOKEN'
Expand Down

0 comments on commit 190f46c

Please sign in to comment.