mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 22:46:28 +02:00
🐛 fixing routing after reset password success
This commit is contained in:
@@ -8,6 +8,6 @@ const router = useRouter()
|
||||
|
||||
<template>
|
||||
<UCard class="container mx-auto max-w-screen-md">
|
||||
<PasswordUpdateForm @success="() => router.to('/signin')" />
|
||||
<PasswordUpdateForm @success="() => router.push('/')" />
|
||||
</UCard>
|
||||
</template>
|
Reference in New Issue
Block a user