Skip to content

Commit 3cfd9a0

Browse files
authored
Update authentication/AuthenticationExample/ViewControllers/AccountLinkingViewController.swift
1 parent e11b5bb commit 3cfd9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authentication/AuthenticationExample/ViewControllers/AccountLinkingViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ extension AccountLinkingViewController: ASAuthorizationControllerDelegate,
472472
return
473473
}
474474

475-
let credential = OAuthProvider.credential(providerID: .apple",
475+
let credential = OAuthProvider.credential(providerID: .apple,
476476
idToken: idTokenString,
477477
rawNonce: nonce)
478478
// Once we have created the above `credential`, we can link accounts to it.

0 commit comments

Comments
 (0)