Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raheemadamboev authored Feb 27, 2023
1 parent 0a0478f commit d19a756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ChangePinLock(
Text(text = if (authenticated) "Enter new pin" else "Enter your pin")
},
color = MaterialTheme.colorScheme.primary,
onPinCorrect = {
onPinIncorrect = {
// pin is incorrect, show error
},
onPinChanged = {
Expand Down

0 comments on commit d19a756

Please sign in to comment.