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
@@ -75,7 +75,7 @@
autocomplete="current-password"
placeholder="{{ __('Password') }}"
x-ref="password"
wire:model="password"
wire:model.live="password"
wire:keydown.enter="logoutOtherBrowserSessions" />
<x-input-error for="password" class="mt-2" />