mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-08 06:31:46 +00:00
Respect register_dateOfBirth_required = false
This commit is contained in:
@@ -324,7 +324,7 @@ export const DefaultConfigOptions: ConfigValue = {
|
||||
// domains: fs.readFileSync(__dirname + "/blockedEmailDomains.txt", { encoding: "utf8" }).split("\n"),
|
||||
},
|
||||
dateOfBirth: {
|
||||
required: false,
|
||||
required: true,
|
||||
minimum: 13,
|
||||
},
|
||||
disabled: false,
|
||||
|
||||
Reference in New Issue
Block a user