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>
|
<Split hasGutter>
|
||||||
<SplitItem isFilled>
|
<SplitItem isFilled>
|
||||||
<InputGroup>
|
<InputGroup>
|
||||||
<InputGroupItem>
|
<InputGroupItem isFill>
|
||||||
<PasswordInput id={id} value={secret} readOnly />
|
<PasswordInput id={id} value={secret} readOnly />
|
||||||
</InputGroupItem>
|
</InputGroupItem>
|
||||||
<InputGroupItem>
|
<InputGroupItem>
|
||||||
|
|
Loading…
Reference in a new issue