updated to livewire 3

This commit is contained in:
2025-03-10 15:10:41 +01:00
parent 14786d2798
commit 9466fe6fe9
8 changed files with 13 additions and 13 deletions
@@ -53,7 +53,7 @@
<x-label for="code" value="{{ __('Code') }}" />
<x-input id="code" type="text" name="code" class="block mt-1 w-1/2" inputmode="numeric" autofocus autocomplete="one-time-code"
wire:model="code"
wire:model.live="code"
wire:keydown.enter="confirmTwoFactorAuthentication" />
<x-input-error for="code" class="mt-2" />