This commit is contained in:
reya 2024-01-23 14:24:52 +07:00
commit f3b8aa8ebb
4 changed files with 8 additions and 9 deletions

View file

@ -87,7 +87,7 @@
</h1>
</div>
<form
action="{{baseUrl}}/register/{{record.id}}"
action="/register/{{record.id}}"
method="POST"
class="w-full flex flex-col gap-5">
{{#if error}}

View file

@ -52,7 +52,7 @@
</h1>
</div>
<form
action="{{baseUrl}}/login"
action="/login"
method="POST"
class="w-full flex flex-col gap-5">