We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d89588 commit 7c8bbefCopy full SHA for 7c8bbef
ui/src/views/system-setting/authentication/component/Saml2.vue
@@ -37,6 +37,7 @@
37
<el-input
38
v-model="form.config.privateKey"
39
type="password"
40
+ show-password
41
:placeholder="$t('views.system.authentication.saml2.privateKeyPlaceholder')"
42
/>
43
</el-form-item>
@@ -47,6 +48,7 @@
47
48
49
v-model="form.config.certificate"
50
51
52
:placeholder="$t('views.system.authentication.saml2.certificatePlaceholder')"
53
54
0 commit comments