mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Update exchange-with-oidc.js
Increasing maxLength to accommodate larger code challenges from Azure AD.
This commit is contained in:
parent
742aa21b9b
commit
d8fddc6594
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module.exports = {
|
|||
inputs: {
|
||||
code: {
|
||||
type: 'string',
|
||||
maxLength: 1024,
|
||||
maxLength: 2048,
|
||||
required: true,
|
||||
},
|
||||
nonce: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue