Add missing clear-mixin on login and register pages.

This commit is contained in:
Andrey Antukh 2017-02-21 18:07:07 +01:00
parent 0bb8fa7e06
commit 6f1c461e2e
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
3 changed files with 7 additions and 14 deletions

View file

@ -39,17 +39,12 @@
(assoc f/identical-to :message "errors.form.identical-to"))
(def in-range f/in-range)
;; (def uuid-like f/uuid-like)
(def uuid f/uuid)
(def keyword f/keyword)
(def integer-str f/integer-str)
(def number-str f/number-str)
;; (def boolean-like f/boolean-like)
(def email f/email)
;; (def function f/function)
(def positive f/positive)
;; (def validate f/validate)
;; (def validate! f/validate!)
(def max-len
{:message "errors.form.max-len"