change register error messages (#8)
All checks were successful
delpoy / build-and-deploy (push) Successful in 46s

This commit is contained in:
2023-11-30 21:31:18 +01:00
parent d5ad9a7890
commit f6f9fafc64
2 changed files with 17 additions and 5 deletions

View File

@ -311,8 +311,8 @@
<dialog class="modal" on:close={() => setTimeout(() => (errorMessage = ''), 200)} open>
<form method="dialog" class="modal-box z-50">
<button class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2"></button>
<h3 class="font-bold text-lg">Achtung</h3>
<p class="py-4">{errorMessage}</p>
<h3 class="font-bold text-2xl">Achtung</h3>
<p class="py-4 whitespace-pre-line">{errorMessage}</p>
</form>
<form method="dialog" class="modal-backdrop bg-[rgba(0,0,0,.2)]">
<button>close</button>