@cocreate/users
Advanced tools
Comparing version 1.31.3 to 1.32.0
{ | ||
"name": "@cocreate/users", | ||
"version": "1.31.3", | ||
"version": "1.32.0", | ||
"description": "A simple users component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -53,6 +53,6 @@ /*globals CustomEvent, btoa*/ | ||
key: user.object[0]._id, | ||
roles: ['user'], | ||
roles: user.object[0].roles, | ||
email: user.object[0].email, | ||
password: user.object[0].password || btoa('0000'), | ||
array: data.array | ||
array: user.array | ||
} | ||
@@ -59,0 +59,0 @@ } |
Sorry, the diff of this file is too big to display
189340