diff --git a/app/login/page.js b/app/login/page.js index e726c94..9b01536 100644 --- a/app/login/page.js +++ b/app/login/page.js @@ -5,7 +5,7 @@ import { useAuth } from "../../context/AuthContext"; import { useRouter } from "next/navigation"; import { useTheme } from "../../context/ThemeContext"; import Link from "next/link"; -import { Sparkles, Mail, KeyRound, Sun, Moon, Eye, EyeOff } from "lucide-react"; +import { Sparkles, Mail, KeyRound, Sun, Moon, Eye, EyeOff, ArrowLeft } from "lucide-react"; export default function Login() { const { loginWithGoogle, loginWithGithub, loginWithEmail, user } = useAuth(); @@ -334,6 +334,22 @@ export default function Login() {