File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Shrine/app/src/main/java/com/authentication/shrine/ui Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ fun AuthenticationScreen(
93
93
getPasskey = { jsonObject ->
94
94
credentialManagerUtils.getPasskeyOrPassword(
95
95
context = context,
96
- creationResult = jsonObject,
96
+ publicKeyCredentialRequestOptions = jsonObject,
97
97
)
98
98
},
99
99
)
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ fun ShrineNavGraph(
102
102
onLearnMoreClicked = {
103
103
navController.navigate(ShrineAppDestinations .LearnMore .name)
104
104
},
105
- onOtherWaysToSignInClicked = {
105
+ onOtherWaysToSignUpClicked = {
106
106
navController.navigate(ShrineAppDestinations .OtherOptionsSignInRoute .name)
107
107
},
108
108
onBackClicked = { navController.popBackStack() },
You can’t perform that action at this time.
0 commit comments