mirror of
https://github.com/penpot/penpot.git
synced 2025-05-14 16:06:38 +02:00
🐛 Set bigger maximum token length on backend validation
This commit is contained in:
parent
60130d4db2
commit
decaeda2fe
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
[::sm/word-string {:max 500}])
|
[::sm/word-string {:max 500}])
|
||||||
|
|
||||||
(def schema:token
|
(def schema:token
|
||||||
[::sm/word-string {:max 1000}])
|
[::sm/word-string {:max 6000}])
|
||||||
|
|
||||||
;; ---- COMMAND: login with password
|
;; ---- COMMAND: login with password
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue