Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8fce19e3d4 | ||
|
|
74d87126ea |
@@ -1,2 +1,2 @@
|
||||
parameters:
|
||||
app.version: '0.1.13'
|
||||
app.version: '0.1.14'
|
||||
|
||||
7
frontend/layouts/auth.vue
Normal file
7
frontend/layouts/auth.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user