Update src/app/login/page.tsx

This commit is contained in:
2026-05-30 21:11:15 +00:00
parent 7172b1acdc
commit ddbfb04b80

View File

@@ -64,6 +64,7 @@ export default function LoginPage() {
inputPlaceholder="Your School Email"
buttonText="Login"
centered={true}
useInvertedBackground={false}
onSubmit={(data) => {
console.log("Login attempt:", data);
// In a real application, you'd add authentication logic here.