mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-01 20:33:45 +02:00
First round of API additions
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ class User extends Model implements
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $hidden = ['password', 'remember_token', 'totp_secret'];
|
||||
protected $hidden = ['password', 'remember_token', 'totp_secret', 'totp_authenticated_at'];
|
||||
|
||||
/**
|
||||
* Parameters for search querying.
|
||||
|
||||
Reference in New Issue
Block a user