wip gateway

This commit is contained in:
Frank
2025-08-09 01:28:27 -04:00
parent 81a3e02474
commit 7446f5ad7b
7 changed files with 75 additions and 89 deletions

View File

@@ -24,9 +24,12 @@ export default function Index() {
</section>
<section data-slot="cta">
<div data-slot="col-2">
<div>
<span onClick={() => auth.authorize({ provider: "github" })}>Sign in with GitHub</span>
</div>
<div>
<span onClick={() => auth.authorize({ provider: "google" })}>Sign in with Google</span>
</div>
</section>
</div>
</div>