diff --git a/src/app/(auth)/layout.tsx b/src/app/(auth)/layout.tsx index 1cd99e4f..c6f0ebd0 100644 --- a/src/app/(auth)/layout.tsx +++ b/src/app/(auth)/layout.tsx @@ -1,13 +1,21 @@ "use client" -import {Col, Container, ContextStoreProvider, DFullScreen, DUserView, Flex, Text} from "@code0-tech/pictor"; +import { + AuroraBackground, + Col, + Container, + ContextStoreProvider, + DFullScreen, + DUserView, + Flex, Spacing, + Text +} from "@code0-tech/pictor"; import {UserService} from "@edition/user/services/User.service"; import {useApolloClient} from "@apollo/client/react"; import {GraphqlClient} from "@core/util/graphql-client"; import Image from "next/image"; import React from "react"; import {usePersistentReactiveArrayService} from "@/hooks/usePersistentReactiveArrayService"; -import {View} from "@code0-tech/pictor/dist/utils/view"; export default function AuthLayout({children}: Readonly<{ children: React.ReactNode }>) { @@ -16,47 +24,43 @@ export default function AuthLayout({children}: Readonly<{ children: React.ReactN return ( -
- - - - - {children} - - - - -
- - - Every great idea starts at zero. {" "} + + + + + + {"CodeZero + - Start with CodeZero. + hierarchy={"primary"} + display={"inline-block"}> + Every great idea starts at zero. {" "} + + Start with CodeZero. + - - - All rights reserved © Code0 UG (haftungsbeschränkt) - {"CodeZero - + + {children} + -
+ + +
+ + All rights reserved © Code0 UG (haftungsbeschränkt) i.G. +
+ ); } diff --git a/src/packages/ce/src/user/pages/UserEmailVerificationPage.tsx b/src/packages/ce/src/user/pages/UserEmailVerificationPage.tsx index bdc02e46..23811696 100644 --- a/src/packages/ce/src/user/pages/UserEmailVerificationPage.tsx +++ b/src/packages/ce/src/user/pages/UserEmailVerificationPage.tsx @@ -39,10 +39,6 @@ export const UserEmailVerificationPage: React.FC = () => { }) return <> - {"CodeZero Verify your email address @@ -54,10 +50,10 @@ export const UserEmailVerificationPage: React.FC = () => { - + Don't have an account yet - + Log in diff --git a/src/packages/ce/src/user/pages/UserForgotPasswordPage.tsx b/src/packages/ce/src/user/pages/UserForgotPasswordPage.tsx index 40144c35..9afe6012 100644 --- a/src/packages/ce/src/user/pages/UserForgotPasswordPage.tsx +++ b/src/packages/ce/src/user/pages/UserForgotPasswordPage.tsx @@ -39,10 +39,6 @@ export const UserForgotPasswordPage: React.FC = () => { }) return <> - {"CodeZero Forgot your password? @@ -54,10 +50,10 @@ export const UserForgotPasswordPage: React.FC = () => { - + Didn't forget your password? - + Log in diff --git a/src/packages/ce/src/user/pages/UserLoginPage.tsx b/src/packages/ce/src/user/pages/UserLoginPage.tsx index 190587c7..7690e008 100644 --- a/src/packages/ce/src/user/pages/UserLoginPage.tsx +++ b/src/packages/ce/src/user/pages/UserLoginPage.tsx @@ -59,11 +59,6 @@ export const UserLoginPage: React.FC = () => { }) return <> - - {"CodeZero Login to CodeZero @@ -80,7 +75,7 @@ export const UserLoginPage: React.FC = () => {
- diff --git a/src/packages/ce/src/user/pages/UserRegistrationPage.tsx b/src/packages/ce/src/user/pages/UserRegistrationPage.tsx index 354b8177..9f1306ac 100644 --- a/src/packages/ce/src/user/pages/UserRegistrationPage.tsx +++ b/src/packages/ce/src/user/pages/UserRegistrationPage.tsx @@ -69,10 +69,6 @@ export const UserRegistrationPage: React.FC = () => { }) return <> - {"CodeZero Sign up to CodeZero @@ -94,10 +90,10 @@ export const UserRegistrationPage: React.FC = () => { - + Have an account - + Log in diff --git a/src/packages/ce/src/user/pages/UserResetPasswordPage.tsx b/src/packages/ce/src/user/pages/UserResetPasswordPage.tsx index b9d4ba14..159583b7 100644 --- a/src/packages/ce/src/user/pages/UserResetPasswordPage.tsx +++ b/src/packages/ce/src/user/pages/UserResetPasswordPage.tsx @@ -51,10 +51,6 @@ export const UserResetPasswordPage: React.FC = () => { }) return <> - {"CodeZero Reset your password @@ -76,10 +72,10 @@ export const UserResetPasswordPage: React.FC = () => { - + Don't have an account yet - + Log in