Expand and rebuild Passport 13 views.

This commit is contained in:
James Cole
2026-04-16 17:30:25 +02:00
parent 8f469eb456
commit 3235e1c867
7 changed files with 371 additions and 258 deletions
+2 -1
View File
@@ -38,6 +38,7 @@ use FireflyIII\Support\Http\Controllers\CreateStuff;
use FireflyIII\User;
use Illuminate\Auth\AuthenticationException;
use Illuminate\Contracts\Auth\Guard;
use Illuminate\Contracts\Validation\Factory as ValidationFactory;
use Illuminate\Contracts\View\Factory;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
@@ -67,7 +68,7 @@ final class ProfileController extends Controller
/**
* ProfileController constructor.
*/
public function __construct()
public function __construct(protected ValidationFactory $validation,)
{
parent::__construct();