Noded/frontend#84 Add API for user login/registration
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2021-02-15 11:40:46 -06:00
parent f58fcd85b1
commit 33944c1b86
3 changed files with 125 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ class User extends AuthUser {
static get schema() {
return {...super.schema, ...{
// other schema fields here
full_name: String,
preferences: {
dark_mode: { type: Boolean, default: false },
auto_prefetch: { type: Boolean, default: false },