From ecf18b2a2756db99d8c5f9a0b27b42d5260e7e62 Mon Sep 17 00:00:00 2001 From: Mohammad Shahbaz Alam Date: Fri, 30 Aug 2024 11:24:44 +0530 Subject: [PATCH] source code link --- .../sfa-web-nextauth-example/app/page.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/single-factor-auth-web/sfa-web-nextauth-example/app/page.tsx b/single-factor-auth-web/sfa-web-nextauth-example/app/page.tsx index ef0a6c0d..11b534cf 100644 --- a/single-factor-auth-web/sfa-web-nextauth-example/app/page.tsx +++ b/single-factor-auth-web/sfa-web-nextauth-example/app/page.tsx @@ -26,6 +26,17 @@ export default async function Home() { {!session ? : } + +
+ + Source Code + +
); }