mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
14
app/Http/Livewire/Profile/TwoFactorAuthentication.php
Normal file
14
app/Http/Livewire/Profile/TwoFactorAuthentication.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Livewire\Profile;
|
||||
|
||||
use Illuminate\Contracts\View\View;
|
||||
use Livewire\Component;
|
||||
|
||||
class TwoFactorAuthentication extends Component
|
||||
{
|
||||
public function render(): View
|
||||
{
|
||||
return view('livewire.profile.two-factor-authentication');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user