This commit is contained in:
Dmitry 2025-11-27 23:50:55 +03:00
parent 9fc720c10d
commit a3a63fea61

View file

@ -196,11 +196,11 @@ class _AuthPageState extends State<AuthPage> {
),
],
// Login buttons
SignInWithGoogleButton(
onPressed: () => _loginWithGoogle(context),
isLoading: _isLoading,
),
const SizedBox(height: 24),
// SignInWithGoogleButton(
// onPressed: () => _loginWithGoogle(context),
// isLoading: _isLoading,
// ),
// const SizedBox(height: 24),
// Divider
Row(
children: [