Skip to content

Commit

Permalink
web apple signin (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ida631 authored Nov 23, 2024
1 parent 5422c0f commit 84a63ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/presentation/settings/viewModels/login_view_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class LoginViewModel extends ChangeNotifier {
webAuthenticationOptions: WebAuthenticationOptions(
clientId: 'com.example.swiftcompsignin',
redirectUri: kIsWeb //This is where Apple sends the user back after they sign in.
? Uri.parse('https://compositesai.com/')
? Uri.parse('https://compositesai.com')
: Uri.parse(
'https://flutter-sign-in-with-apple-example.glitch.me/callbacks/sign_in_with_apple',
),
Expand Down

0 comments on commit 84a63ae

Please sign in to comment.