diff options
| author | Frank <[email protected]> | 2025-08-09 01:28:27 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-08-09 01:28:27 -0400 |
| commit | 7446f5ad7b4c27ff1fa201bc48a67178ff10e7b7 (patch) | |
| tree | a445ad199a2c80bf54dcf582ebd0a03695035053 /cloud/web/src/pages/index.tsx | |
| parent | 81a3e02474445bc4d22c7857d4c3b1f591c1cb56 (diff) | |
| download | opencode-7446f5ad7b4c27ff1fa201bc48a67178ff10e7b7.tar.gz opencode-7446f5ad7b4c27ff1fa201bc48a67178ff10e7b7.zip | |
wip gateway
Diffstat (limited to 'cloud/web/src/pages/index.tsx')
| -rw-r--r-- | cloud/web/src/pages/index.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cloud/web/src/pages/index.tsx b/cloud/web/src/pages/index.tsx index 903a3afd9..116ed156c 100644 --- a/cloud/web/src/pages/index.tsx +++ b/cloud/web/src/pages/index.tsx @@ -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> |
