Files
Coltura/frontend/layouts/auth.vue
Matthieu 74d87126ea
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
fix : add missing auth layout for login page
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 12:01:17 +02:00

8 lines
254 B
Vue

<template>
<div class="min-h-screen bg-tertiary-500 from-tertiary-500 via-white to-neutral-100 text-neutral-900">
<main class="mx-auto flex min-h-screen w-full max-w-[720px] items-center px-6 py-12">
<slot />
</main>
</div>
</template>