Add Password verification and email format verification

This commit is contained in:
PascalMarchesseault
2024-08-06 01:21:06 -04:00
parent a745fcbcc9
commit 29ca7d341b
2 changed files with 110 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
<div class="hidden sm:block" style="height: 40px"></div>
<div>
<div class="flex flex-col lg:flex-row items-center justify-center">
<div class="max-w-[700px] min-w-[300px]">
<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">
@@ -17,7 +17,6 @@
import SelectedFooter from "@/views/main/SelectedFooter.vue";
import RegisterForm from "@/views/main/RegisterForm.vue";
import { useRouter } from 'vue-router';
const router = useRouter();