From 8550aef606089d97f313b003b0e28c4a70888be3 Mon Sep 17 00:00:00 2001 From: dswbx Date: Fri, 7 Mar 2025 08:56:35 +0100 Subject: [PATCH] update nextjs example to add credentials --- examples/nextjs/src/app/(main)/ssr/page.tsx | 24 +++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/examples/nextjs/src/app/(main)/ssr/page.tsx b/examples/nextjs/src/app/(main)/ssr/page.tsx index 979cd3b..c9e858b 100644 --- a/examples/nextjs/src/app/(main)/ssr/page.tsx +++ b/examples/nextjs/src/app/(main)/ssr/page.tsx @@ -20,12 +20,24 @@ export default async function SSRPage() { ) : ( - <> - Not logged in.{" "} - - Login - - +
+

+ Not logged in.{" "} + + Login + +

+

+ Sign in with:{" "} + + test@bknd.io + {" "} + /{" "} + + 12345678 + +

+
)}