Skip to content

Commit 54995b9

Browse files
authored
removed extra code
1 parent b469c06 commit 54995b9

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

documentation/user.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -74,44 +74,3 @@ Attribute key: `SESSIONID`
7474
Example value: `SID:ANON:w3.org:j6oAOxCWZ`
7575

7676
Description: The user's [Session Id](https://en.wikipedia.org/wiki/Session_ID).
77-
78-
79-
80-
/*
81-
* Overview of all the different properties available for a user.
82-
*/
83-
attributes.add('EMAIL', {
84-
name: 'email',
85-
group: 1,
86-
optional: false
87-
});
88-
attributes.add('FIRSTNAME', {
89-
name: 'firstName',
90-
group: 2,
91-
optional: false
92-
});
93-
attributes.add('LASTNAME', {
94-
name: 'lastName',
95-
group: 2,
96-
optional: false
97-
});
98-
attributes.add('DATEOFBIRTH', {
99-
name: 'dateOfBirth',
100-
group: 2,
101-
optional: false
102-
});
103-
attributes.add('DEVICEID', {
104-
name: 'deviceId',
105-
group: 3,
106-
optional: false
107-
});
108-
attributes.add('MD5EMAIL', {
109-
name: 'md5Email',
110-
group: 4,
111-
optional: false
112-
});
113-
attributes.add('SESSIONID', {
114-
name: 'sessionId',
115-
group: 5,
116-
optional: false
117-
});

0 commit comments

Comments
 (0)