diff --git a/.DS_Store b/.DS_Store index 8f734f9..bd77abc 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/client/package-lock.json b/client/package-lock.json index 7eeba37..9f53e45 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1158,6 +1158,7 @@ "version": "1.7.9", "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/client/public/images/signupPage1.png b/client/public/images/signupPage1.png new file mode 100644 index 0000000..9300806 Binary files /dev/null and b/client/public/images/signupPage1.png differ diff --git a/client/src/app/signup/page.tsx b/client/src/app/signup/page.tsx index 2e60409..deea5d4 100644 --- a/client/src/app/signup/page.tsx +++ b/client/src/app/signup/page.tsx @@ -1,41 +1,90 @@ +import React from "react"; import Navbar from "@/components/navbar"; -import Background from "@/components/background"; -import Footer from "@/components/footer"; -import { CredentialsForm } from "@/components/credentialsForm"; -import { GoogleSignInButton } from "@/components/authButtons"; +// import Footer from "@/components/footer"; Do we need a footer? import Link from "next/link"; +import { CredentialsFormDark } from "@/components/credentialsFormDark"; +import { getServerSession } from "next-auth"; +import { authConfig } from "@/lib/auth"; +import { redirect } from "next/navigation"; -export default function LogoutPage() { - return ( - <> - - -
-
-
- Welcome -
- -
-
-
-
- or -
-
- -
- - Already have an account?{" "} - - Log in - {" "} - -
-
-
-
-