Skip to content

Commit

Permalink
Merge pull request #2676 from online-go/fix-apple-id
Browse files Browse the repository at this point in the history
Fix apple id login url
  • Loading branch information
anoek authored May 9, 2024
2 parents fa85c47 + 33850d5 commit 71ee16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SocialLoginButtons/SocialLoginButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function SocialLoginButtons(props: SocialLoginButtonsProps): JSX.Element
<i className="twitter twitter-icon fa fa-twitter" />
{_("Sign in with Twitter")}
</a>
<a href={`/login/apple/${next}`} className="s btn md-icon" target="_self">
<a href={`/login/apple-id/${next}`} className="s btn md-icon" target="_self">
<i className="apple apple-id-icon fa fa-apple" />
{_("Sign in with Apple")}
</a>
Expand Down

0 comments on commit 71ee16a

Please sign in to comment.