Skip to content

Commit

Permalink
docs: add commented description for googleButton purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
francelu committed Oct 13, 2024
1 parent 2e83b00 commit 1eeb769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ private fun validatePassword(password: String): String {
}
}

/** */
/** A composable that displays a Google sign in button. */
@Composable
fun GoogleButton(onClick: () -> Unit, modifier: Modifier = Modifier, testTag: String) {
Button(
Expand Down

0 comments on commit 1eeb769

Please sign in to comment.