Skip to content

Initialize passphrase strength hint as blank, don't show 0%!

Ben Westgate requested to merge (removed):stable into stable

Added set_passphrase_strength_hint() to two dialog init to not display "0%" but rather nothing when entry is blank and the user hasn't typed yet to set a hint.

The passphrase strength meter should default to blank when the user has not typed yet. These files forgot to initiate it that way so instead it read "0%" as the strength hint.

Closes #19918 (closed)

Edited by intrigeri

Merge request reports