Wystąpił błąd.
+Tyle wiemy.
+diff --git a/components/Navigation/Navigation.tsx b/components/Navigation/Navigation.tsx index 412c734..2dec81d 100644 --- a/components/Navigation/Navigation.tsx +++ b/components/Navigation/Navigation.tsx @@ -8,7 +8,7 @@ import Link from "next/link"; import { useUser } from "@auth0/nextjs-auth0/client"; const Navigation = () => { - const { user, isLoading } = useUser(); + const { user, error, isLoading } = useUser(); return ( <>
Sit tight.
)} - {!isLoading && user && ( + {error && ( +Tyle wiemy.
+
- mail: {user.email || "no mail"}
- mail verified: {user.email_verified || "no mail verified"}
- name: {user.name || "no name"}
- nickname: {user.nickname || "no nickname"}
- org id: {user.org_id || "no org id"}
- picture: {user.picture || "no picture"}
- sub: {user.sub || "no sub"}
- updated at: {user.updated_at || "no updated at"}
-