Saves email address and profile photos

This commit is contained in:
Bryce
2023-05-26 22:00:38 -07:00
parent 936a300a05
commit dd5feb260d
6 changed files with 54 additions and 23 deletions

View File

@@ -236,6 +236,8 @@
:user
{:fields {:id {:type :id}
:name {:type 'String}
:profile_image_url {:type 'String}
:email {:type 'String}
:role {:type :role}
:clients {:type '(list :client)}}}