mirror of
https://github.com/SoPat712/RUSwipeShare.git
synced 2025-08-22 03:18:44 -04:00
more auth fixes
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user