Below is the authentication data stored in your session after a
successful PKCE flow:
-
+
+
{JSON.stringify(session, null, 2)}
diff --git a/src/app/providers.tsx b/src/app/providers.tsx
index f3517b2..557d815 100644
--- a/src/app/providers.tsx
+++ b/src/app/providers.tsx
@@ -1,6 +1,6 @@
'use client';
-import { SessionProvider } from 'next-auth/react';
+import { SessionProvider } from '@zitadel/next-auth/react';
import React from 'react';
export function ZitadelProvider({ children }: { children: React.ReactNode }) {
diff --git a/src/components/ErrorBoundary.tsx b/src/components/ErrorBoundary.tsx
index 48d3f47..0427510 100644
--- a/src/components/ErrorBoundary.tsx
+++ b/src/components/ErrorBoundary.tsx
@@ -48,6 +48,7 @@ interface State {
*
* ```
*/
+// noinspection JSUnusedGlobalSymbols
export class ErrorBoundary extends Component {
constructor(props: Props) {
super(props);
@@ -82,9 +83,9 @@ export class ErrorBoundary extends Component {
}
return (
-
+
-
+