We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029ce50 commit b593f02Copy full SHA for b593f02
docs/Auth0.md
@@ -29,7 +29,7 @@ export default async function AppleAuthentication() {
29
const appleAuthRequestResponse = await appleAuth.performRequest({
30
nonceEnabled: false,
31
requestedOperation: appleAuth.Operation.LOGIN,
32
- requestedScopes: [appleAuth.Scope.EMAIL, appleAuth.Scope.FULL_NAME]
+ requestedScopes: [appleAuth.Scope.FULL_NAME, appleAuth.Scope.EMAIL]
33
});
34
35
const credentialState = await appleAuth.getCredentialStateForUser(
0 commit comments