1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

fix: Increase max length of OIDC code challenge (#1126)

Closes #1113
This commit is contained in:
cjmaldonado 2025-05-13 03:56:01 -05:00 committed by GitHub
parent c0f3dbe401
commit 57450a7651
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ module.exports = {
inputs: {
code: {
type: 'string',
maxLength: 1024,
maxLength: 2048,
required: true,
},
nonce: {