change register error messages (#8)
All checks were successful
delpoy / build-and-deploy (push) Successful in 46s
All checks were successful
delpoy / build-and-deploy (push) Successful in 46s
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user