From 6337b70af5c9c0fd3cac924a369722ea503ba36d Mon Sep 17 00:00:00 2001 From: "Andy Chan (12beesinatrenchcoat)" Date: Sat, 2 Mar 2024 16:20:01 -0500 Subject: [PATCH] Basic code cleanup --- compass/app/auth/login/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/compass/app/auth/login/page.tsx b/compass/app/auth/login/page.tsx index 07191a7..f679b21 100644 --- a/compass/app/auth/login/page.tsx +++ b/compass/app/auth/login/page.tsx @@ -6,10 +6,10 @@ import Input from '@/components/Input' import InlineLink from '@/components/InlineLink'; import Paper from '@/components/auth/Paper'; import Image from 'next/image'; -import {ChangeEvent, useState} from "react"; +import { ChangeEvent, useState } from "react"; import PasswordInput from '@/components/auth/PasswordInput'; -export default function Page() { +export default function Page() { const [email, setEmail] = useState(""); const [password, setPassword] = useState(""); const [error, setError] = useState(""); @@ -51,13 +51,17 @@ export default function Page() { width={100} height={91} /> +

Login

+
- +
+
+
Forgot password? @@ -68,8 +72,8 @@ export default function Page() { -
+

© 2024 Compass Center