Skip to content

Commit

Permalink
Remove commented out code in two-factor-challenge.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Mar 25, 2024
1 parent afe0673 commit 9c03525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/auth/two-factor-challenge.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9c03525

Please sign in to comment.