show masked token if token already been defined
This commit is contained in:
parent
072617fbdf
commit
d572a892df
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@
|
|||
propre à votre démarche.
|
||||
|
||||
= f.label :api_entreprise_token, "Jeton"
|
||||
= f.password_field :api_entreprise_token, class: 'form-control'
|
||||
= f.password_field :api_entreprise_token, value: @procedure.read_attribute(:api_entreprise_token), class: 'form-control'
|
||||
.text-right
|
||||
= f.button 'Enregistrer', class: 'button primary send'
|
||||
|
|
Loading…
Reference in a new issue