Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user