fix: vnUser, default false
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-14 08:29:55 +01:00
parent 9000becf07
commit 8110e88aa7
1 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,8 @@
"type": "string" "type": "string"
}, },
"hasGrant": { "hasGrant": {
"type": "boolean" "type": "boolean",
"default": false
}, },
"passExpired": { "passExpired": {
"type": "date" "type": "date"
@ -168,7 +169,7 @@
"emailVerified", "emailVerified",
"twoFactor" "twoFactor"
] ]
} }
} }
} }