Skip to content

Commit

Permalink
source code link
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Aug 30, 2024
1 parent 75c5c95 commit ecf18b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions single-factor-auth-web/sfa-web-nextauth-example/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ export default async function Home() {
</div>
</div>
{!session ? <SignIn /> : <Profile session={session} />}

<div className="mt-8">
<a
href="https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-web/sfa-web-nextauth-example"
target="_blank"
rel="noopener noreferrer"
className="text-slate-500 hover:text-blue-300 font-mono text-sm"
>
Source Code
</a>
</div>
</main>
);
}

0 comments on commit ecf18b2

Please sign in to comment.