-
-
- Sign in
-
-
- {error && (
-
-
- Error
-
- {error}
-
-
- )}
-
-
-
-
- Don't have an account?{" "}
-
- Sign up
-
-
-
+
+
PeerPrep
+
Temporary landing page with all the links
+
+
+
+
+
+ Forgot password (enter email for link)
+ Reset password (enter password to reset)
+ Profile page
+
+
+ Questions (user facing)
+ Question Repo (CRUD)
)
diff --git a/frontend/app/reset-password/page.tsx b/frontend/app/reset-password/page.tsx
index 614e81daa6..c57478510f 100644
--- a/frontend/app/reset-password/page.tsx
+++ b/frontend/app/reset-password/page.tsx
@@ -15,7 +15,6 @@ import {
FormLabel,
FormMessage,
} from "@/components/ui/form"
-import { useRouter } from "next/navigation"
import { useEffect, useState } from "react";
import { AlertCircle, LoaderCircle, TriangleAlert } from "lucide-react";
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
@@ -124,7 +123,7 @@ export default function ResetPassword() {
Password has been reset
- Login here with your new password.
+ Login here with your new password.
)}
diff --git a/frontend/app/signup/page.tsx b/frontend/app/signup/page.tsx
index 228e3728d3..2334c98a4e 100644
--- a/frontend/app/signup/page.tsx
+++ b/frontend/app/signup/page.tsx
@@ -238,7 +238,7 @@ export default function Signup() {
Already have an account?{" "}
Sign in