Skip to content

Commit

Permalink
hide apple signin (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ida631 authored Nov 19, 2024
1 parent 19ab115 commit f2df341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/presentation/settings/views/login_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class _LoginPageState extends State<LoginPage> {
mainAxisAlignment: MainAxisAlignment.center,
children: [
_buildSocialButton('images/google_logo.png', () => _googleSignIn(viewModel)),
_buildSocialButton('images/apple_logo.png', () => _googleSignIn(viewModel)),
//_buildSocialButton('images/apple_logo.png', () => _googleSignIn(viewModel)),
],
),
SizedBox(height: 16.0),
Expand Down

0 comments on commit f2df341

Please sign in to comment.