db fixed
ci / docker_image (push) Successful in 2m22s
ci / deploy (push) Successful in 29s

This commit is contained in:
2026-06-29 17:09:32 -05:00
parent 1b179f9d16
commit eb40444e46
10 changed files with 13 additions and 18 deletions
-2
View File
@@ -59,8 +59,6 @@
<!-- Editable Profile Form -->
<form method="POST" class="space-y-6" use:enhance={({ formElement, formData, action, cancel, submitter }) => {
return async ({ result, update }) => {
console.log("bleh")
console.log(result.status)
if (result.status === 200) {
toast('Saved', {
icon: CheckIcon,