From b47720cc4ea864727b5cf117c14bbbb505d309b8 Mon Sep 17 00:00:00 2001 From: Clement Date: Mon, 20 May 2024 15:45:58 +0200 Subject: [PATCH] add layouts to register --- front/src/pages/account/register.astro | 39 +++++++++++++++----------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/front/src/pages/account/register.astro b/front/src/pages/account/register.astro index 2c57d4f..8c7b616 100644 --- a/front/src/pages/account/register.astro +++ b/front/src/pages/account/register.astro @@ -1,5 +1,6 @@ --- -import Layout from 'layouts/Layout.astro'; +import Layout from 'layouts/PageLayout.astro'; +//import Layout from 'layouts/Layout.astro'; import AstroUtils from 'libs/AstroUtils'; import { getEnv } from 'libs/Env'; @@ -55,23 +56,27 @@ await AstroUtils.wrap(async () => { Astro.redirect("/404") } }) + +const metadata = { + title: 'register', + ignoreTitleTemplate: true, +}; --- - -
- - - - - - - -
+ +
+ + + + + + + +
- -
- -
- discord? + +
+ +
+discord?
- \ No newline at end of file