From e774a8c3d1436fbf138796dbf718d12274f14772 Mon Sep 17 00:00:00 2001 From: Josh Patra Date: Sat, 25 Feb 2023 16:56:34 -0500 Subject: [PATCH] more auth fixes --- lib/authGate.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/authGate.dart b/lib/authGate.dart index cd5dd4e..4fa438f 100644 --- a/lib/authGate.dart +++ b/lib/authGate.dart @@ -15,6 +15,7 @@ class AuthGate extends StatelessWidget { builder: (context, snapshot) { if (!snapshot.hasData) { return SignInScreen( + showAuthActionSwitch: false, providerConfigs: const [ GoogleProviderConfiguration( clientId: "291581242565-mjeocm5vqg9pntpnv5uk4o4mfoa0k5e6.apps.googleusercontent.com",