mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 22:46:28 +02:00
✨ Complete all user management with forms and DB
This commit is contained in:
committed by
ChatonDeAru (Romain)
parent
37b2238b84
commit
5fa1f24caf
11
modules/app/pages/profile/auth/reset.vue
Normal file
11
modules/app/pages/profile/auth/reset.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
name: 'ProfileAuthResetPassword',
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UCard class="container mx-auto max-w-screen-md">
|
||||
<PasswordUpdateForm />
|
||||
</UCard>
|
||||
</template>
|
Reference in New Issue
Block a user