mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
🐛 Increase token limit
This commit is contained in:
parent
452aabdec6
commit
e79f9ba40f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
(def ^:private schema:verify-token
|
(def ^:private schema:verify-token
|
||||||
[:map {:title "verify-token"}
|
[:map {:title "verify-token"}
|
||||||
[:token [:string {:max 1000}]]])
|
[:token [:string {:max 5000}]]])
|
||||||
|
|
||||||
(sv/defmethod ::verify-token
|
(sv/defmethod ::verify-token
|
||||||
{::rpc/auth false
|
{::rpc/auth false
|
||||||
|
|
Loading…
Reference in a new issue