Removing 4 word bollocks and fixing rootless supervisor for podman

This commit is contained in:
Dan Baker 2026-02-22 19:22:00 +00:00
parent a22db4ee0f
commit 82ed2e3ce2
8 changed files with 26 additions and 160 deletions

View file

@ -38,7 +38,7 @@
type="email"
id="email"
name="email"
value="{{ old('email') }}"
value="{{ old('email', session('email')) }}"
required
autofocus
class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 transition-colors @error('email') border-red-500 @enderror"