mirror of
https://github.com/SoPat712/RUSwipeShare.git
synced 2025-08-21 19:08:46 -04:00
more auth fixes
This commit is contained in:
@@ -15,6 +15,7 @@ class AuthGate extends StatelessWidget {
|
|||||||
builder: (context, snapshot) {
|
builder: (context, snapshot) {
|
||||||
if (!snapshot.hasData) {
|
if (!snapshot.hasData) {
|
||||||
return SignInScreen(
|
return SignInScreen(
|
||||||
|
showAuthActionSwitch: false,
|
||||||
providerConfigs: const [
|
providerConfigs: const [
|
||||||
GoogleProviderConfiguration(
|
GoogleProviderConfiguration(
|
||||||
clientId: "291581242565-mjeocm5vqg9pntpnv5uk4o4mfoa0k5e6.apps.googleusercontent.com",
|
clientId: "291581242565-mjeocm5vqg9pntpnv5uk4o4mfoa0k5e6.apps.googleusercontent.com",
|
||||||
|
Reference in New Issue
Block a user