mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 11:31:01 +00:00
* 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
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
.default(login_form.password)
|
.default(login_form.password)
|
||||||
.error(&login_errs)
|
.error(&login_errs)
|
||||||
.set_prop("minlength", 1)
|
.set_prop("minlength", 1)
|
||||||
|
.input_type("password")
|
||||||
.html(ctx.1))
|
.html(ctx.1))
|
||||||
<input type="submit" value="@i18n!(ctx.1, "Log in")" />
|
<input type="submit" value="@i18n!(ctx.1, "Log in")" />
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue