Auth: convert auth views and verification email to Nova layout
This commit is contained in:
@@ -21,8 +21,13 @@ class User extends Authenticatable
|
||||
* @var list<string>
|
||||
*/
|
||||
protected $fillable = [
|
||||
'username',
|
||||
'username_changed_at',
|
||||
'onboarding_step',
|
||||
'name',
|
||||
'email',
|
||||
'is_active',
|
||||
'needs_password_reset',
|
||||
'password',
|
||||
'role',
|
||||
];
|
||||
@@ -46,6 +51,7 @@ class User extends Authenticatable
|
||||
{
|
||||
return [
|
||||
'email_verified_at' => 'datetime',
|
||||
'username_changed_at' => 'datetime',
|
||||
'deleted_at' => 'datetime',
|
||||
'password' => 'hashed',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user