diff --git a/components/Modal/User/ChangePassword.tsx b/components/Modal/User/ChangePassword.tsx index 0cb2168..55e8c60 100644 --- a/components/Modal/User/ChangePassword.tsx +++ b/components/Modal/User/ChangePassword.tsx @@ -80,16 +80,16 @@ export default function ChangePassword({ value={newPassword} onChange={(e) => setNewPassword1(e.target.value)} type="password" - placeholder="*****************" + placeholder="***********" className="w-full rounded-md p-3 mx-auto border-sky-100 border-solid border outline-none focus:border-sky-500 duration-100" /> -
Re-enter New Password
+Confirm New Password
setNewPassword2(e.target.value)} type="password" - placeholder="*****************" + placeholder="***********" className="w-full rounded-md p-3 mx-auto border-sky-100 border-solid border outline-none focus:border-sky-500 duration-100" /> diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index 5263ece..b576344 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -2,7 +2,6 @@ import useCollectionStore from "@/store/collections"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faFolder, - faBox, faHashtag, faChartSimple, faChevronDown, @@ -13,6 +12,7 @@ import Link from "next/link"; import { useRouter } from "next/router"; import { useEffect, useState } from "react"; import { Disclosure, Transition } from "@headlessui/react"; +import Image from "next/image"; export default function Sidebar({ className }: { className?: string }) { const [tagDisclosure, setTagDisclosure] = useState- Linkwarden -
- -Dashboard
-Dashboard
- -All Links
-All Links
- -All Collections
-+ All Collections +
diff --git a/pages/login.tsx b/pages/login.tsx
index 89a9b85..9ba2bb2 100644
--- a/pages/login.tsx
+++ b/pages/login.tsx
@@ -73,11 +73,20 @@ export default function Login() {
setForm({ ...form, password: e.target.value })}
className="w-full rounded-md p-3 mx-auto border-sky-100 border-solid border outline-none focus:border-sky-500 duration-100"
/>
+ {EmailProvider && (
+
+ Forgot Password?
+
+ )}
+
Forgot your password?
- - Send login link - -+ {/*
List created with Linkwarden. -
+ */}Password
++ Password +
- setForm({ ...form, password: e.target.value })} - className="w-full rounded-md p-3 mx-auto border-sky-100 border-solid border outline-none focus:border-sky-500 duration-100" - /> + setForm({ ...form, password: e.target.value })} + className="w-full rounded-md p-3 mx-auto border-sky-100 border-solid border outline-none focus:border-sky-500 duration-100" + /> +- Re-enter Password -
++ Confirm Password +
- - setForm({ ...form, passwordConfirmation: e.target.value }) - } - className="w-full rounded-md p-3 mx-auto border-sky-100 border-solid border outline-none focus:border-sky-500 duration-100" - /> + + setForm({ ...form, passwordConfirmation: e.target.value }) + } + className="w-full rounded-md p-3 mx-auto border-sky-100 border-solid border outline-none focus:border-sky-500 duration-100" + /> +Already have an account?
- - Login - + +Already have an account?
+ + Login + +