mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 03:08:50 +03:00
Remove an unused UI variable (#1261)
This commit is contained in:
parent
617ffbd36a
commit
5f1cfcbbc5
1 changed files with 0 additions and 4 deletions
|
@ -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 -> {
|
||||
|
|
Loading…
Add table
Reference in a new issue