Fix #5274 2fa backup codes not validating properly

This commit is contained in:
Jamie Curnow
2026-02-05 10:51:15 +10:00
parent ac4efd2333
commit c88de65d3a
4 changed files with 16 additions and 13 deletions

View File

@@ -17,7 +17,7 @@
},
"code": {
"minLength": 6,
"maxLength": 6,
"maxLength": 8,
"type": "string",
"example": "012345"
}