From 542d2a38a59286ed4c5ff5e36b8a1a003eabe84c Mon Sep 17 00:00:00 2001 From: Ethan Chew Date: Tue, 19 Dec 2023 19:12:35 +0800 Subject: [PATCH] fix: invalid authorisation code --- src/pages/Home.js | 4 ---- src/pages/Landing.js | 2 +- src/pages/Load.js | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/pages/Home.js b/src/pages/Home.js index cda0443..761865e 100644 --- a/src/pages/Home.js +++ b/src/pages/Home.js @@ -3,10 +3,6 @@ import PMApi from "@/components/PMApi/PMApi"; import UserCreation from "@/components/UserCreation/UserCreation"; import { withPageAuthRequired } from "@auth0/nextjs-auth0"; import Link from "next/link"; -export const metadata = { - title: "", - description: "" -} export default function Home({ posts, memusers }) { diff --git a/src/pages/Landing.js b/src/pages/Landing.js index d6502d1..5c8b913 100644 --- a/src/pages/Landing.js +++ b/src/pages/Landing.js @@ -102,7 +102,7 @@ const LandingHeaderBar = () => {