style: wrap secret value in tag (#15331)

This commit is contained in:
Jai
2022-11-21 10:18:02 -05:00
committed by GitHub
parent 3b14db4b83
commit 34004b0917

View File

@@ -107,7 +107,7 @@
</button>
{{#if row.model.isVisible}}
{{row.model.value}}
<code>{{row.model.value}}</code>
{{else}}
********
{{/if}}