mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
UI: VAULT-17699 Fix masked input bug (#21531)
This commit is contained in:
3
changelog/21531.txt
Normal file
3
changelog/21531.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
ui: Fixes styling of private key input when configuring an SSH key
|
||||
```
|
||||
@@ -46,13 +46,7 @@
|
||||
Private key
|
||||
</label>
|
||||
<div class="control">
|
||||
<MaskedInput
|
||||
@name="privateKey"
|
||||
id="privateKey"
|
||||
class="input"
|
||||
@value={{@model.privateKey}}
|
||||
@onChange={{mut @model.privateKey}}
|
||||
/>
|
||||
<MaskedInput @name="privateKey" id="privateKey" @value={{@model.privateKey}} @onChange={{mut @model.privateKey}} />
|
||||
</div>
|
||||
</div>
|
||||
<div class="field">
|
||||
|
||||
Reference in New Issue
Block a user