From 28ec606eb5933dd610211ca9dc9cb70a61d16290 Mon Sep 17 00:00:00 2001 From: James Gentes Date: Fri, 15 Dec 2023 19:04:53 -0800 Subject: [PATCH] added github auth --- app/components/layout/LoginButton.client.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/layout/LoginButton.client.tsx b/app/components/layout/LoginButton.client.tsx index a67002b..c7b52e2 100644 --- a/app/components/layout/LoginButton.client.tsx +++ b/app/components/layout/LoginButton.client.tsx @@ -42,7 +42,7 @@ const LoginButton = () => { } } }} - providers={['google']} + providers={['google', 'github']} theme={mode} />