Added rules for the registerForm. Added validation on userName Fixed SelectedFooter routerLink around a div

This commit is contained in:
Dominic Villemure
2024-09-07 10:49:44 -04:00
parent caf1c6336b
commit 9f5fba1a6a
3 changed files with 46 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
<div class="max-w-[700px] min-w-[300px] mt-14">
<img class="rounded-none sm:rounded-2xl sm:w-full mr-8" src="/images/hutopymedia/loginpage/loginhutopy.png" alt="hutopy login">
</div>
<div class="flex flex-col items-center min-w-[300px] m-12">
<div class="flex flex-col items-center min-w-[700px] m-12">
<register-form></register-form>
</div>
</div>