theming stuff

This commit is contained in:
2023-02-26 14:52:49 -05:00
parent 26f1d5f560
commit 83d3a1a1f1
7 changed files with 37 additions and 73 deletions

View File

@@ -25,7 +25,7 @@ class AuthGate extends StatelessWidget {
stream: FirebaseAuth.instance.authStateChanges(),
builder: (context, snapshot) {
if (!snapshot.hasData) {
return SignInScreen(
return SignInScreen(
providerConfigs: const [
EmailProviderConfiguration(),
],