app: Fix login password prompt

This commit is contained in:
Valentin Tolmer 2021-10-06 17:44:49 +02:00 committed by nitnelave
parent 54b6f7d726
commit 1ec533bd9b

View File

@ -163,7 +163,7 @@ impl Component for LoginForm {
form=&self.form form=&self.form
field_name="password" field_name="password"
input_type="password" input_type="password"
placeholder="Email" placeholder="Password"
autocomplete="current-password" /> autocomplete="current-password" />
</div> </div>
<div class="form-group"> <div class="form-group">