Skip to content

Commit

Permalink
fix #1958
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Aug 9, 2024
1 parent aba4d17 commit dd0543a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions otoroshi/javascript/src/forms/ng_plugins/OtoroshiInfos.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,15 @@ export default {
},
},
certId: {
type: 'array-select',
help: 'The keypair used to sign/verify token',
type: 'select',
label: 'Cert. id',
props: {
label: 'Certificates',
optionsFrom: '/bo/api/proxy/api/certificates',
optionsTransformer: {
label: 'name',
value: 'id',
},
},
}
},
onlyExposedCerts: {
type: 'boolean',
Expand Down

0 comments on commit dd0543a

Please sign in to comment.