diff --git a/frontend/src/app/main/ui/auth/register.cljs b/frontend/src/app/main/ui/auth/register.cljs index 97ea2a948..fcc619c11 100644 --- a/frontend/src/app/main/ui/auth/register.cljs +++ b/frontend/src/app/main/ui/auth/register.cljs @@ -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