feat: redirect param to useAuthAction
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m3s

This commit is contained in:
2025-09-18 14:14:57 -04:00
parent 611237f73b
commit 056901e7e7
2 changed files with 19 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ if (!isLoggedIn.value) {
loading-auto
to="#"
label="Déconnexion"
@click="logout"
@click="logout()"
/>
</div>
</template>