Remove an unused UI variable (#1261)

This commit is contained in:
David Perez 2024-04-12 12:27:40 -05:00 committed by Álison Fernandes
parent 617ffbd36a
commit 5f1cfcbbc5

View file

@ -122,10 +122,6 @@ fun CreateAccountScreen(
}
}
val haveIBeenPwnedMessage = remember {
R.string.weak_password_identified_and_found_in_a_data_breach_alert_description.asText()
}
// Show dialog if needed:
when (val dialog = state.dialog) {
is CreateAccountDialog.Error -> {