mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-06-12 10:44:20 +02:00
11 lines
204 B
Vue
11 lines
204 B
Vue
<script setup lang="ts">
|
|
definePageMeta({
|
|
name: 'ProfileAuthResetPassword',
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<UCard class="container mx-auto max-w-screen-md">
|
|
<PasswordUpdateForm />
|
|
</UCard>
|
|
</template> |