show masked token if token already been defined

This commit is contained in:
Christophe Robillard 2020-10-06 16:37:49 +02:00 committed by Keirua (Rebase PR Action)
parent 072617fbdf
commit d572a892df

View file

@ -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'