wip: migrate to livewire 3

This commit is contained in:
Andras Bacsai
2023-12-07 19:06:32 +01:00
parent 2f286a6595
commit 718603e37e
254 changed files with 930 additions and 936 deletions

View File

@@ -23,7 +23,7 @@
<div>
<form action="/login" method="POST" class="flex flex-col gap-2">
@csrf
@env('local')
@env('local')
<x-forms.input value="test@example.com" type="email" name="email" required
label="{{ __('input.email') }}" autofocus />

View File

@@ -3,7 +3,7 @@
<div class="min-w-fit">
<h1> Verification Email Sent </h1>
<div class="flex justify-center gap-2 text-center">
<br>To activate your account, please open the email and follow the
<br>To activate your account, please open the email and follow the
instructions.
</div>
<livewire:verify-email />