Showing
2 changed files
with
3 additions
and
2 deletions
| @@ -9,8 +9,9 @@ | @@ -9,8 +9,9 @@ | ||
| 9 | <script type="text/javascript"> | 9 | <script type="text/javascript"> |
| 10 | AppleID.auth.init({ | 10 | AppleID.auth.init({ |
| 11 | clientId : 'com.appdocks8', | 11 | clientId : 'com.appdocks8', |
| 12 | - scope : 'email name', | 12 | + scope : 'name email', |
| 13 | redirectURI : 'https://www.appdocks8.com/register', | 13 | redirectURI : 'https://www.appdocks8.com/register', |
| 14 | + state: "origin:web", | ||
| 14 | usePopup : true | 15 | usePopup : true |
| 15 | }); | 16 | }); |
| 16 | 17 |