Expand the "Client Secret" field to display the entire secret value (#33535)
Closes #33467 Signed-off-by: Oliver Cremerius <antikalk@users.noreply.github.com>
This commit is contained in:
parent
edb05421ac
commit
f92c26d2ec
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const SecretInput = ({
|
|||
<Split hasGutter>
|
||||
<SplitItem isFilled>
|
||||
<InputGroup>
|
||||
<InputGroupItem>
|
||||
<InputGroupItem isFill>
|
||||
<PasswordInput id={id} value={secret} readOnly />
|
||||
</InputGroupItem>
|
||||
<InputGroupItem>
|
||||
|
|
Loading…
Reference in a new issue