mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 17:23:27 +03:00
Add phone and organization fields to user
This commit is contained in:
@@ -37,6 +37,8 @@ export default class extends Model {
|
||||
email: attr(),
|
||||
name: attr(),
|
||||
avatar: attr(),
|
||||
phone: attr(),
|
||||
organization: attr(),
|
||||
deletedAt: attr(),
|
||||
isAdmin: attr({
|
||||
getDefault: () => false,
|
||||
|
||||
Reference in New Issue
Block a user