mirror of
https://github.com/penpot/penpot.git
synced 2026-05-12 11:34:02 +00:00
🐛 Fix incorrect terms check validation on register page.
This commit is contained in:
parent
083696a899
commit
1b1c0ff9e4
@ -178,7 +178,7 @@
|
||||
:else
|
||||
(st/emit! (rt/nav :auth-register-success {} {:email (:email data)}))))
|
||||
|
||||
(s/def ::accept-terms-and-privacy ::us/boolean)
|
||||
(s/def ::accept-terms-and-privacy (s/and ::us/boolean true?))
|
||||
(s/def ::accept-newsletter-subscription ::us/boolean)
|
||||
|
||||
(s/def ::register-validate-form
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user