mtxuilib 0.0.402 → 0.0.403
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{Fragment as a,jsx as e,jsxs as t}from"react/jsx-runtime";import{ChevronLeft as s}from"lucide-react";import{
|
|
1
|
+
"use client";import{Fragment as a,jsx as e,jsxs as t}from"react/jsx-runtime";import{ChevronLeft as s}from"lucide-react";import{MtLink as o}from"../../common/mtlink";import{Icons as i}from"../../icons/icons";import{MtButton as n}from"../../ui/ui-mt/Button";import{LoginScreen2 as c}from"./LoginScreen2";import{UserAuthForm as r}from"./UserAuthForm";function d(){return t("div",{className:"size-screen container flex flex-col items-center justify-center",children:[e("div",{className:"absolute left-4 top-4 focus:z-10 focus:outline-none md:left-8 md:top-8",children:e(o,{href:"/",children:e(n,{children:t(a,{children:[e(s,{className:"mr-2 size-4"}),"Back"]})})})}),t("div",{className:"mx-auto flex w-full flex-col justify-center space-y-6 sm:w-[350px]",children:[t("div",{className:"flex flex-col space-y-2 text-center",children:[e(i.logo,{color:"white",className:"mx-auto size-12"}),e("h1",{className:"text-2xl font-bold ",children:"Welcome back"}),e("p",{className:"text-sm ",children:"Sign in with Github to login"})]}),e(r,{}),e(c,{}),e("p",{className:"px-8 text-center text-sm ",children:e(o,{href:"/register",className:"hover:text-brand underline",children:"Don't have an account? Sign Up"})})]})]})}export{d as AuthPage};
|