From a3a63fea612ac105a25c67d4ba5572651612c76d Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 27 Nov 2025 23:50:55 +0300 Subject: [PATCH] google --- .../lib/presentation/pages/auth/auth_page.dart | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mnemo_cards_web_v2/lib/presentation/pages/auth/auth_page.dart b/mnemo_cards_web_v2/lib/presentation/pages/auth/auth_page.dart index 0b4502e..41fb3d2 100644 --- a/mnemo_cards_web_v2/lib/presentation/pages/auth/auth_page.dart +++ b/mnemo_cards_web_v2/lib/presentation/pages/auth/auth_page.dart @@ -196,11 +196,11 @@ class _AuthPageState extends State { ), ], // 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: [