3
0

Remove unneded internal checkbox in auth settings

This commit is contained in:
Jože Fortun
2024-07-08 13:47:20 +02:00
parent ceb717266f
commit 1e02679b31

View File

@@ -14,25 +14,11 @@
<b-form
@submit.prevent="$emit('submit', settings)"
>
<b-row>
<b-col
cols="12"
lg="6"
>
<b-form-group
:label="$t('internal.title')"
label-class="text-primary"
>
<c-input-checkbox
v-model="settings['auth.internal.enabled']"
:value="true"
switch
:unchecked-value="false"
:labels="checkboxLabel"
/>
</b-form-group>
</b-col>
<h5>
{{ $t('internal.title') }}
</h5>
<b-row>
<b-col
cols="12"
lg="6"