Continued auth improvements

This commit is contained in:
Jason Ertel
2020-04-08 10:35:29 -04:00
parent b7545c8dc5
commit d906a89ad1
4 changed files with 18 additions and 6 deletions

View File

@@ -18,6 +18,18 @@
"verification": {
"via": "email"
}
},
"firstName": {
"type": "string",
"title": "First Name"
},
"lastName": {
"type": "string",
"title": "Last Name"
},
"role": {
"type": "string",
"title": "Role"
}
}
},