-
Login
+
+
+
}
+ type="email"
+ placeholder="Email"
+ name="email"
+ value={credentials.email}
+ onChange={onChange}
+ autoComplete="on"
+ required
+ className="h-10 text-xl"
style={{
- color: mode === "dark" ? "black" : "white",
+ backgroundColor: mode === "dark" ? "black" : "white",
+ color: mode === "dark" ? "white" : "black",
}}
- >
- WELCOME
-
- BACK!
-
-
+
+
+
+ }
+ placeholder="Password"
+ name="password"
+ value={credentials.password}
+ onChange={onChange}
+ autoComplete="on"
+
+ iconRender={(visible) =>
+ visible ? :
+ }
+
+ className="h-10 text-xl"
+
style={{
- color: mode === "dark" ? "black" : "white",
+ backgroundColor: mode === "dark" ? "black" : "white",
+ color: mode === "dark" ? "white" : "black",
}}
- >
- Please Sign In here
-
- with your real info
-
+ required
+ iconRender={(visible) =>
+ visible ? :
+ }
+ />
+
+
+
+
+ Don't have an account?
+
+
+ {" "}
+ Sign Up
+
+
+
+
+
+
+
+
+ WELCOME
+
+ BACK!
+
+
+ Please Sign In here
+
+ with your real info
+