Skip to content

Commit

Permalink
♻️ :: Apply Reviewer(Simplify Code)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgns10 committed Aug 13, 2024
1 parent 1e0c2a8 commit 3bdd285
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ internal fun LoginScreen(
placeholder = stringResource(id = R.string.password),
errorText = stringResource(id = R.string.wrong_password),
onValueChange = onPasswordChange,
onLinkClicked = { onFindPasswordClicked() },
onLinkClicked = onFindPasswordClicked,
isError = isPasswordErrorStatus,
isLinked = true,
linkText = stringResource(id = R.string.find_password),
Expand Down

0 comments on commit 3bdd285

Please sign in to comment.