refactor: /api/login route

This commit is contained in:
2026-01-20 10:37:29 -05:00
parent e383255e73
commit 9d99770b38
5 changed files with 37 additions and 17 deletions

View File

@@ -1,5 +1,8 @@
<script setup lang="ts">
const { isRedirecting } = useAuthConnexion();
onBeforeMount(() => {
isRedirecting.value = false;
});
</script>
<template>