Changeset 0.24.0 (#156)
This commit is contained in:
@@ -80,6 +80,9 @@ type User struct {
|
||||
IsActive bool `json:"is_active" db:"is_active"`
|
||||
Settings JSONMap `json:"settings,omitempty" db:"settings"`
|
||||
LastLoginAt *time.Time `json:"last_login_at,omitempty" db:"last_login_at"`
|
||||
AuthSource string `json:"auth_source" db:"auth_source"`
|
||||
ExternalID *string `json:"external_id,omitempty" db:"external_id"`
|
||||
Handle string `json:"handle" db:"handle"`
|
||||
}
|
||||
|
||||
// =========================================
|
||||
|
||||
Reference in New Issue
Block a user