Add the ability to remove the default fill from elements.

This commit is contained in:
Andrey Antukh 2020-08-10 11:48:41 +02:00 committed by Hirunatan
parent 93bde62581
commit 54be06ff18
4 changed files with 79 additions and 43 deletions

View file

@ -52,6 +52,8 @@
(handler (assoc request :profile-id profile-id))
(handler request)))))
;; TODO: maybe rename to wrap-session?
(def auth
{:nane ::auth
:compile (constantly wrap-auth)})