Skip to content

Commit 8e79d6e

Browse files
committed
fix: password input
1 parent 40fa441 commit 8e79d6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/src/views/Settings.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@
101101
>
102102
</cv-text-input>
103103

104-
<cv-password-input
104+
<cv-text-input
105105
:label="$t('settings.admin_password')"
106106
placeholder="********"
107107
v-model="adminPassword"
108108
class="mg-bottom"
109109
:invalid-message="$t(error.adminPassword)"
110110
:disabled="loading.getConfiguration || loading.configureModule"
111111
>
112-
</cv-password-input>
112+
</cv-text-input>
113113
<!-- advanced options -->
114114
<cv-accordion ref="accordion" class="maxwidth mg-bottom">
115115
<cv-accordion-item :open="toggleAccordion[0]">

0 commit comments

Comments
 (0)