🐛 Set bigger maximum token length on backend validation

This commit is contained in:
Andrey Antukh 2023-07-07 13:55:31 +02:00 committed by Alejandro Alonso
parent 60130d4db2
commit decaeda2fe

View file

@ -33,7 +33,7 @@
[::sm/word-string {:max 500}])
(def schema:token
[::sm/word-string {:max 1000}])
[::sm/word-string {:max 6000}])
;; ---- COMMAND: login with password