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