Skip to content

Commit

Permalink
fix apple auth provider
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Sep 26, 2021
1 parent 319b9ce commit 57e3292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/akita-ng-fire/src/lib/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function getAuthProvider(provider: FireProvider) {
case 'twitter':
return new firebase.auth.TwitterAuthProvider();
case 'apple':
return new firebase.auth.OAuthProvider('apple');
return new firebase.auth.OAuthProvider('apple.com');
}
}

Expand Down

0 comments on commit 57e3292

Please sign in to comment.