diff --git a/backend/src/app/rpc/commands/auth.clj b/backend/src/app/rpc/commands/auth.clj index 3018269388..d765a5598e 100644 --- a/backend/src/app/rpc/commands/auth.clj +++ b/backend/src/app/rpc/commands/auth.clj @@ -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