* Fixed #734 , passowrds are now hidden on the remote_interact pages * Update templates/remote_interact_base.rs.html Co-Authored-By: Floréal Toumikian <floreal+github@nimukaito.net> Co-authored-by: Floréal Toumikian <floreal+github@nimukaito.net>
This commit is contained in:
parent
02c528cae4
commit
506fe9955d
@ -25,6 +25,7 @@
|
||||
.default(login_form.password)
|
||||
.error(&login_errs)
|
||||
.set_prop("minlength", 1)
|
||||
.input_type("password")
|
||||
.html(ctx.1))
|
||||
<input type="submit" value="@i18n!(ctx.1, "Log in")" />
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user