Auth: convert auth views and verification email to Nova layout
This commit is contained in:
@@ -20,7 +20,7 @@ class UserController extends Controller
|
||||
$profile = null;
|
||||
}
|
||||
|
||||
return view('user.user', [
|
||||
return view('legacy.user', [
|
||||
'profile' => $profile,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user