mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: implement account activation logic, add login drawer page, and improve form accessibility
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import Logo from "../components/Logo";
|
||||
|
||||
export default function Login() {
|
||||
return (
|
||||
<div className="glass-card w-full max-w-sm p-8 text-center fade-zoom">
|
||||
<h2 className="font-display text-2xl font-bold text-primary">
|
||||
Login to <Logo />
|
||||
</h2>
|
||||
<div className="divider"></div>
|
||||
<button type="button" disabled className="btn btn-primary w-full">
|
||||
Sign In
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user