more auth fixes

This commit is contained in:
2023-02-25 16:56:34 -05:00
parent 7dad9e425f
commit e774a8c3d1

View File

@@ -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",