mirror of
https://github.com/filegator/filegator.git
synced 2025-01-17 20:58:27 +01:00
password reveal added to login screen
This commit is contained in:
parent
4ad404552c
commit
fd2d3d2f92
@ -16,7 +16,7 @@
|
||||
<b-input v-model="username" name="username" required @input="error = ''" ref="username" />
|
||||
</b-field>
|
||||
<b-field :label="lang('Password')">
|
||||
<b-input v-model="password" type="password" name="password" required @input="error = ''" />
|
||||
<b-input v-model="password" type="password" name="password" required @input="error = ''" password-reveal />
|
||||
</b-field>
|
||||
|
||||
<div class="is-flex is-justify-end">
|
||||
|
Loading…
x
Reference in New Issue
Block a user