mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-05 07:52:34 +00:00
[2.x] Added Browser Session Feature (#340)
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
namespace App\Web\Pages\Settings\Profile;
|
||||
|
||||
use App\Web\Components\Page;
|
||||
use App\Web\Pages\Settings\Profile\Widgets\BrowserSession;
|
||||
use App\Web\Pages\Settings\Profile\Widgets\ProfileInformation;
|
||||
use App\Web\Pages\Settings\Profile\Widgets\TwoFactor;
|
||||
use App\Web\Pages\Settings\Profile\Widgets\UpdatePassword;
|
||||
@ -24,6 +25,7 @@ public function getWidgets(): array
|
||||
return [
|
||||
[ProfileInformation::class],
|
||||
[UpdatePassword::class],
|
||||
[BrowserSession::class],
|
||||
[TwoFactor::class],
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user