Skip to content

Commit 7c8bbef

Browse files
committed
fix: add show-password attribute to private key and certificate inputs in Saml2.vue
1 parent 0d89588 commit 7c8bbef

File tree

1 file changed

+2
-0
lines changed
  • ui/src/views/system-setting/authentication/component

1 file changed

+2
-0
lines changed

ui/src/views/system-setting/authentication/component/Saml2.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<el-input
3838
v-model="form.config.privateKey"
3939
type="password"
40+
show-password
4041
:placeholder="$t('views.system.authentication.saml2.privateKeyPlaceholder')"
4142
/>
4243
</el-form-item>
@@ -47,6 +48,7 @@
4748
<el-input
4849
v-model="form.config.certificate"
4950
type="password"
51+
show-password
5052
:placeholder="$t('views.system.authentication.saml2.certificatePlaceholder')"
5153
/>
5254
</el-form-item>

0 commit comments

Comments
 (0)