refactor: /api/login route
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
const { isRedirecting } = useAuthConnexion();
|
||||
onBeforeMount(() => {
|
||||
isRedirecting.value = false;
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user