From 990e0bc0f37b005144ca190c8e937c223bb634bd Mon Sep 17 00:00:00 2001 From: lukascobit Date: Wed, 14 Aug 2024 23:23:14 +0200 Subject: [PATCH] hide error by click --- app/globals.css | 1 + app/page.tsx | 8 +++++++- todo.todo | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index eb7fd7e..88c0c07 100644 --- a/app/globals.css +++ b/app/globals.css @@ -120,4 +120,5 @@ button { } .pass { display: flex; + background: white; } diff --git a/app/page.tsx b/app/page.tsx index 2c52c97..55eb53c 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -90,7 +90,7 @@ export default function Home() { } return ( -
+
setError("")} className="content">

{error}

@@ -120,8 +120,14 @@ export default function Home() { {showPass ? "👁" : "🔒"} +
+ +

Your credentials are used only to sign into EduPage and aren't saved anywhere diff --git a/todo.todo b/todo.todo index 50eff53..dfbc116 100644 --- a/todo.todo +++ b/todo.todo @@ -9,6 +9,7 @@ - [x] the grades - [ ] loading page - [ ] add the option to "save login" + - [ ] sign off button - [x] add the option to "show password" - [x] make the password be type="password" - [x] make it recognize 0.5 as a weight