Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 67a7d35

Browse files
committed
changed input to password type
1 parent b788417 commit 67a7d35

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pages/index.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,11 @@
427427
<div class="s-row">
428428
<div class="s-grid-item" v-if="$config.passwordEnabled">
429429
<label class="label">Password: </label>
430-
<div class="columns">
431-
<b-input class="column" v-model="password"></b-input>
432-
</div>
430+
<b-input
431+
v-model="password"
432+
type="password"
433+
password-reveal
434+
></b-input>
433435
</div>
434436
</div>
435437
</div>

0 commit comments

Comments
 (0)