We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81b4b83 + bbb6d08 commit 160ddfdCopy full SHA for 160ddfd
client/src/components/apps/form.vue
@@ -440,9 +440,9 @@
440
</v-expansion-panel-text>
441
</v-expansion-panel>
442
443
- <!-- AUTHENTICATION -->
+ <!-- BASIC AUTH -->
444
<v-expansion-panel bg-color="rgb(var(--v-theme-on-surface-variant))" :style="advanced ? 'display: block;' : 'display: none;'">
445
- <v-expansion-panel-title class="text-uppercase text-caption-2 font-weight-medium" color="secondary">Authentication</v-expansion-panel-title>
+ <v-expansion-panel-title class="text-uppercase text-caption-2 font-weight-medium" color="secondary">Basic Auth</v-expansion-panel-title>
446
<v-expansion-panel-text color="secondary">
447
448
0 commit comments