mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 22:06:10 +02:00
Add missing clear-mixin on login and register pages.
This commit is contained in:
parent
0bb8fa7e06
commit
6f1c461e2e
3 changed files with 7 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue