Two factor (#383)

This commit is contained in:
Saeed Vaziry
2024-12-02 20:10:36 +01:00
committed by GitHub
parent d4ec4c66ed
commit 1b741070b3
2 changed files with 145 additions and 1 deletions

View File

@ -3,6 +3,7 @@
namespace App\Providers;
use App\Http\Middleware\HasProjectMiddleware;
use App\Web\Pages\Login;
use App\Web\Pages\Settings\Profile;
use App\Web\Pages\Settings\Projects\Widgets\SelectProject;
use Exception;
@ -111,7 +112,7 @@ public function panel(Panel $panel): Panel
'profile' => MenuItem::make()
->url(fn (): string => Profile\Index::getUrl()),
])
->login()
->login(Login::class)
->spa()
->globalSearchKeyBindings(['command+k', 'ctrl+k'])
->sidebarCollapsibleOnDesktop()