mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-17 09:05:56 +00:00
Replace input type password with HiddenInput
This commit is contained in:
parent
4fa640ba08
commit
44cd675910
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@
|
|||
|
||||
<div class="my-3">
|
||||
<label for="rabbitmqPassword" class="form-label">RabbitMQ {{ $t("Password") }}</label>
|
||||
<input id="rabbitmqPassword" v-model="monitor.rabbitmqPassword" type="password" required class="form-control">
|
||||
<HiddenInput id="rabbitmqPassword" v-model="monitor.rabbitmqPassword" autocomplete="false" required="true"></HiddenInput>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue