fix: typo
This commit is contained in:
parent
d6002e04a2
commit
6712a0d775
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if !confirmation}
|
{#if !confirmation}
|
||||||
<h2 class="mx-auto text-xl font-bold">Connexion</h2>
|
<h2 class="mx-auto text-xl font-bold">Inscription</h2>
|
||||||
|
|
||||||
<form method="POST" use:formEnhance action="?/register">
|
<form method="POST" use:formEnhance action="?/register">
|
||||||
<Form.Field {form} name="email">
|
<Form.Field {form} name="email">
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
</Form.Button>
|
</Form.Button>
|
||||||
</form>
|
</form>
|
||||||
{:else}
|
{:else}
|
||||||
<h2 class="mx-auto text-xl font-bold">Confirmation</h2>
|
<h2 class="mx-auto text-xl font-bold">Confirmation de l'inscription</h2>
|
||||||
|
|
||||||
<form method="POST" use:formConfirmationEnhance action="?/confirmation">
|
<form method="POST" use:formConfirmationEnhance action="?/confirmation">
|
||||||
<Form.Field form={formConfirmation} name="email">
|
<Form.Field form={formConfirmation} name="email">
|
||||||
|
|
Loading…
Add table
Reference in a new issue