updated to livewire 3
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user