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 40fa441 commit 8e79d6eCopy full SHA for 8e79d6e
1 file changed
ui/src/views/Settings.vue
@@ -101,15 +101,15 @@
101
>
102
</cv-text-input>
103
104
- <cv-password-input
+ <cv-text-input
105
:label="$t('settings.admin_password')"
106
placeholder="********"
107
v-model="adminPassword"
108
class="mg-bottom"
109
:invalid-message="$t(error.adminPassword)"
110
:disabled="loading.getConfiguration || loading.configureModule"
111
112
- </cv-password-input>
+ </cv-text-input>
113
<!-- advanced options -->
114
<cv-accordion ref="accordion" class="maxwidth mg-bottom">
115
<cv-accordion-item :open="toggleAccordion[0]">
0 commit comments