athenahr/resources/views/components/confirm-second-factor.blade.php
miguel456 3122c23eb4
chore: files w/no changes
Signed-off-by: miguel456 <me@nogueira.codes>
2022-09-04 22:02:55 +01:00

10 lines
311 B
PHP
Executable File

@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