diff --git a/components/NavigationBar.tsx b/components/NavigationBar.tsx index 11309dd..6ffaec6 100644 --- a/components/NavigationBar.tsx +++ b/components/NavigationBar.tsx @@ -23,7 +23,6 @@ export default async function AuthButton() { // ... - const heads = headers() console.log(heads) const url = heads.get('next-url') if(url == null) throw new Error('No URL found')