Skip to content

Commit

Permalink
remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond committed Jul 11, 2024
1 parent 2d2409f commit 51dc5e4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public actual fun AppleButtonUiContainer(
requestScopes = requestScopes,
authorizationController = asAuthorizationControllerDelegate,
presentationContextProvider = presentationContextProvider,
linkAccount = linkAccount
)
}

Expand All @@ -106,7 +105,6 @@ private fun signIn(
requestScopes: List<AppleSignInRequestScope>,
authorizationController: ASAuthorizationControllerDelegate,
presentationContextProvider: PresentationContextProvider,
linkAccount: Boolean,
) {
val appleIdProviderRequest = ASAuthorizationAppleIDProvider().createRequest()
appleIdProviderRequest.requestedScopes = requestScopes.map {
Expand Down

0 comments on commit 51dc5e4

Please sign in to comment.