9
resources/views/components/confirm-second-factor.blade.php
Executable file
9
resources/views/components/confirm-second-factor.blade.php
Executable file
@@ -0,0 +1,9 @@
|
||||
@if (Auth::user()->has2FA())
|
||||
<div class="form-group mt-5">
|
||||
|
||||
<label for="otp">{{ __('Two-factor authentication code') }}</label>
|
||||
<input type="text" id="otp" name="otp" class="form-control">
|
||||
<p class="text-muted text-sm"><i class="fas fa-info-circle"></i> {{ $slot }}</p>
|
||||
|
||||
</div>
|
||||
@endif
|
Reference in New Issue
Block a user