Remove an unused UI variable (#1261)

This commit is contained in:
David Perez
2024-04-12 12:27:40 -05:00
committed by GitHub
parent cf7db6a3bf
commit 032b0fc459

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 -> {