Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit bea1b8e

Browse files
committed
remove dob from required fields
1 parent 883589c commit bea1b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function (options) {
1515
var ENTITY_NS = 'sys/user';
1616
var so = seneca.options();
1717
var protocol = process.env.PROTOCOL || 'http';
18-
var requiredProfileFields = ['name', 'dob', 'country'];
18+
var requiredProfileFields = ['name', 'country'];
1919

2020
seneca.add({role: plugin, cmd: 'ping'}, require('./lib/ping'));
2121
seneca.add({role: plugin, cmd: 'create_reset'}, cmd_create_reset);

0 commit comments

Comments
 (0)