🎉 Add browser language detection.

This commit is contained in:
Andrey Antukh 2021-02-18 16:38:31 +01:00 committed by Andrés Moya
parent 344a7dfbaa
commit 299b29b66f
6 changed files with 102 additions and 59 deletions

View file

@ -33,7 +33,7 @@
(s/def ::email ::us/email)
(s/def ::fullname ::us/not-empty-string)
(s/def ::lang ::us/not-empty-string)
(s/def ::lang (s/nilable ::us/not-empty-string))
(s/def ::path ::us/string)
(s/def ::profile-id ::us/uuid)
(s/def ::password ::us/not-empty-string)