Finish user portion of API
This commit is contained in:
parent
4604500349
commit
8c9e797210
5 changed files with 94 additions and 39 deletions
|
@ -34,7 +34,7 @@ class User extends Model implements AuthenticatableContract,
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['name', 'email', 'password'];
|
||||
protected $fillable = ['name', 'email', 'password', 'use_totp', 'totp_secret', 'language'];
|
||||
|
||||
/**
|
||||
* The attributes excluded from the model's JSON form.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue