Remove commented out code in two-factor-challenge.blade.php

This commit is contained in:
Andras Bacsai 2024-03-25 14:29:11 +01:00
parent afe0673fd1
commit 9c03525369

View File

@ -17,10 +17,10 @@
</div>
<div>
<x-forms.input name="recovery_code" label="{{ __('input.recovery_code') }}" />
<div class="pt-2 text-xs cursor-pointer hover:underline hover:dark:text-white"
{{-- <div class="pt-2 text-xs cursor-pointer hover:underline hover:dark:text-white"
x-on:click="showRecovery = !showRecovery">Use
One-Time Code
</div>
</div> --}}
</div>
<x-forms.button type="submit">{{ __('auth.login') }}</x-forms.button>
</form>