adds email to base auth fields

This commit is contained in:
James
2020-05-20 12:36:33 -04:00
parent 9cc8dc3797
commit 98804a08dd
3 changed files with 48 additions and 9 deletions

View File

@@ -1,4 +1,9 @@
module.exports = [
{
name: 'email',
label: 'Email',
type: 'email',
},
{
name: 'resetPasswordToken',
type: 'text',