We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b1c72 commit 0b51dc4Copy full SHA for 0b51dc4
public/js/authserver.js
@@ -103,6 +103,7 @@ Vue.component('auth-method', {
103
>
104
<wicked-checkbox v-model="value.enabled" label="Enabled" />
105
<wicked-checkbox v-model="value.useForPortal" label="Allow for Portal/wicked login" />
106
+ <wicked-checkbox v-model="value.protected" label="Protected Auth Method (not visible in Portal)" />
107
<wicked-input v-model="value.type" label="Type:" :readonly=true />
108
<wicked-input v-model="value.name" label="Method ID:" :disallow-env-var=true :readonly=true></wicked-input>
109
<wicked-input v-model="value.friendlyShort" label="Friendly short name of this auth method:" :env-var="envPrefix + 'SHORTDESC'"></wicked-input>
0 commit comments