init auth

This commit is contained in:
xds
2026-02-08 17:36:22 +03:00
parent 7732856f90
commit 6856449075
11 changed files with 473 additions and 68 deletions

View File

@@ -7,7 +7,7 @@ const route = useRoute()
<template>
<!-- Login Layout (Full Screen) -->
<div v-if="route.name === 'login'" class="h-screen w-full">
<div v-if="['login', 'register'].includes(route.name)" class="h-screen w-full">
<RouterView />
</div>