mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 22:46:28 +02:00
🎨 Improving error system, fixing profile store, and more stuff
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
definePageMeta({
|
||||
name: 'ProfileAuthResetPassword',
|
||||
})
|
||||
|
||||
const router = useRouter()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UCard class="container mx-auto max-w-screen-md">
|
||||
<PasswordUpdateForm />
|
||||
<PasswordUpdateForm @success="() => router.to('/signin')" />
|
||||
</UCard>
|
||||
</template>
|
Reference in New Issue
Block a user