mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Use monospaced font in Passphrase "Reveal Secret" dialog
Summary: Fixes T10812. Make it easier to disambiguate great passwords like `iI|l1oO()thenumber1nospellitout`. Test Plan: {F1219074} Reviewers: chad, yelirekim Reviewed By: yelirekim Maniphest Tasks: T10812 Differential Revision: https://secure.phabricator.com/D15715
This commit is contained in:
parent
7b16f5d807
commit
1b2b84ce1f
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ final class PassphraseCredentialRevealController
|
|||
id(new AphrontFormTextAreaControl())
|
||||
->setLabel(pht('Plaintext'))
|
||||
->setReadOnly(true)
|
||||
->setCustomClass('PhabricatorMonospaced')
|
||||
->setHeight(AphrontFormTextAreaControl::HEIGHT_VERY_TALL)
|
||||
->setValue($secret->openEnvelope()));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue