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

Commit 03cd1a4

Browse files
committed
remove dob from required profile fields - not available from rpi profile auth
1 parent 9244b84 commit 03cd1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = function (options) {
2424

2525
var immutableFields = ['userType', 'avatar'];
2626

27-
var requiredProfileFields = ['name', 'alias', 'dob', 'country'];
27+
var requiredProfileFields = ['name', 'alias', 'country'];
2828

2929
// var userTypes = ['champion', 'mentor', 'parent-guardian', 'attendee-o13', 'attendee-u13'];
3030
// var userTypes = ['attendee-u13', 'attendee-o13', 'parent-guardian', 'mentor', 'champion'];

0 commit comments

Comments
 (0)