Commit 963a781
authored
fix: use
## What kind of change does this PR introduce?
Bug fix
## What is the current behavior?
Sign-in with Apple does not open the native sign-in flow (face-id +
"continue" button), but rather redirects to the account.apple.com
website, where users have to do a full manual sign-in. I'm pretty sure
this is due to a change introduced (the change to using
"account.apple.com" instead of "appleid.apple.com") while there was an
outage/issue on Apple's side.
## What is the new behavior?
The native sign-in flow should be used when available (e.g. on an iOS
device).
## Additional context
This should resolve the problem described by [lizbzlx
(comment)](#2051 (comment)),
[obeliskgroup
(comment)](#2051 (comment))
and [bsheikh
(comment)](#2051 (comment))
in [this issue](#2051).appleid.apple.com as default issuer (#2068)1 parent 57eddcb commit 963a781
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments