mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
Two factor (#383)
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user