Skip to content

Commit 7cdd355

Browse files
author
Paul Lammertsma
committed
fixed parameter names after refactoring
Change-Id: Ide23b08aa7eb2bc81cc51a05092332c5a516291e
1 parent 563ce3f commit 7cdd355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Shrine/app/src/main/java/com/authentication/shrine/ui/AuthenticationScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fun AuthenticationScreen(
9393
getPasskey = { jsonObject ->
9494
credentialManagerUtils.getPasskeyOrPassword(
9595
context = context,
96-
creationResult = jsonObject,
96+
publicKeyCredentialRequestOptions = jsonObject,
9797
)
9898
},
9999
)

Shrine/app/src/main/java/com/authentication/shrine/ui/navigation/ShrineNavGraph.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fun ShrineNavGraph(
102102
onLearnMoreClicked = {
103103
navController.navigate(ShrineAppDestinations.LearnMore.name)
104104
},
105-
onOtherWaysToSignInClicked = {
105+
onOtherWaysToSignUpClicked = {
106106
navController.navigate(ShrineAppDestinations.OtherOptionsSignInRoute.name)
107107
},
108108
onBackClicked = { navController.popBackStack() },

0 commit comments

Comments
 (0)