Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web apple signin logic #62

Merged
merged 2 commits into from
Nov 24, 2024
Merged

web apple signin logic #62

merged 2 commits into from
Nov 24, 2024

Conversation

Ida631
Copy link
Collaborator

@Ida631 Ida631 commented Nov 24, 2024

web apple signin logic

@@ -160,7 +159,7 @@ class LoginViewModel extends ChangeNotifier {
throw Exception('Identity token not available in Apple credentials');
}
// Validate the token with backend and retrieve email if valid
email = await validateAppleToken(identityToken);
String email = await validateAppleToken(identityToken);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use final here

@Ida631 Ida631 merged commit 14ee20f into main Nov 24, 2024
2 checks passed
@Ida631 Ida631 deleted the lulin/optomize/web-apple-logic branch November 24, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants