mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-01-24 12:03:17 +00:00
🛠️ Simplify Nostr login request by replacing Livewire entangle with direct $wire property access
This commit is contained in:
@@ -47,7 +47,7 @@ export default () => ({
|
||||
'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]')?.content,
|
||||
},
|
||||
body: JSON.stringify({
|
||||
k1: livewireComponent.entangle('k1')[0],
|
||||
k1: livewireComponent.$wire.k1,
|
||||
elapsed_seconds: elapsedSeconds,
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user