I added the modal files and connected them to their buttons. I need to complete every modal file.

This commit is contained in:
PascalMarchesseault
2024-07-26 12:21:21 -04:00
parent fc95f59490
commit 81d2ae4fda
24 changed files with 428 additions and 82 deletions

View File

@@ -0,0 +1,11 @@
<script setup>
</script>
<template>
Password
</template>
<style scoped>
</style>

View File

@@ -0,0 +1,11 @@
<script setup>
</script>
<template>
RecoveryByEmail
</template>
<style scoped>
</style>

View File

@@ -0,0 +1,11 @@
<script setup>
</script>
<template>
RecoveryByPhoneInfo
</template>
<style scoped>
</style>