- Provincia obbligatoria, chiedo conferma se non vuole entrare nel circuito.

This commit is contained in:
Surya Paolo
2023-03-22 15:54:45 +01:00
parent 5993112a8e
commit 00e9aafd4c
3 changed files with 21 additions and 4 deletions

View File

@@ -444,6 +444,9 @@ const UserSchema = new mongoose.Schema({
noNameSurname: {
type: Boolean,
},
noCircuit: {
type: Boolean,
},
noFoto: {
type: Boolean,
}