feat: Initial authentication logic and UX
This commit is contained in:
9
wp-content/themes/moonshine/app/pages/connexion.vue
Normal file
9
wp-content/themes/moonshine/app/pages/connexion.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div id="page-connexion">
|
||||
<SectionAuthConnexion />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user