From 8110e88aa79fc86907ce3996fb80ce18f6075467 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 14 Feb 2025 08:29:55 +0100 Subject: [PATCH] fix: vnUser, default false --- back/models/vn-user.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/back/models/vn-user.json b/back/models/vn-user.json index 1ca06e4551..03a4e5bc1f 100644 --- a/back/models/vn-user.json +++ b/back/models/vn-user.json @@ -54,7 +54,8 @@ "type": "string" }, "hasGrant": { - "type": "boolean" + "type": "boolean", + "default": false }, "passExpired": { "type": "date" @@ -168,7 +169,7 @@ "emailVerified", "twoFactor" ] - + } } }