14
app/View/Components/ConfirmSecondFactor.php
Executable file
14
app/View/Components/ConfirmSecondFactor.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\View\Components;
|
||||
|
||||
use Illuminate\Contracts\View\View;
|
||||
use Illuminate\View\Component;
|
||||
|
||||
class ConfirmSecondFactor extends Component
|
||||
{
|
||||
public function render(): View
|
||||
{
|
||||
return view('components.confirm-second-factor');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user