This commit is contained in:
parent
9fc720c10d
commit
a3a63fea61
1 changed files with 5 additions and 5 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue