diff --git a/resources/scripts/components/auth/LoginFormContainer.tsx b/resources/scripts/components/auth/LoginFormContainer.tsx index c9372f1..15b57cd 100644 --- a/resources/scripts/components/auth/LoginFormContainer.tsx +++ b/resources/scripts/components/auth/LoginFormContainer.tsx @@ -8,6 +8,7 @@ import tw from 'twin.macro'; import BeforeContent from '@/blueprint/components/Authentication/Container/BeforeContent'; import AfterContent from '@/blueprint/components/Authentication/Container/AfterContent'; + type Props = React.DetailedHTMLProps, HTMLFormElement> & { title?: string; }; @@ -38,23 +39,15 @@ export default forwardRef(({ title, ...props }, ref) =>
-
- +
+
{props.children}

- © 2015 - {new Date().getFullYear()}  - - Pterodactyl Software - + Pelican © 2024 - {new Date().getFullYear()} 

-)); +)); \ No newline at end of file