feat: team draft

This commit is contained in:
2024-11-12 19:15:13 +07:00
parent 8159b65605
commit f5250d5361
23 changed files with 313 additions and 48 deletions
+2 -1
View File
@@ -13,6 +13,7 @@ import { loginResultSchema, loginSchema } from "./schema";
import api from "@/lib/api";
import Icons from "@/components/ui/icons";
import authStore from "@/stores/auth";
import tamaguiConfig from "@/tamagui.config";
export default function LoginPage() {
const form = useZForm(loginSchema);
@@ -42,7 +43,7 @@ export default function LoginPage() {
options={{
contentStyle: {
width: "100%",
maxWidth: 600,
maxWidth: tamaguiConfig.media.xs.maxWidth,
marginHorizontal: "auto",
},
title: "Login",