Fixed #734 , passowrds are now hidden on the remote_interact pages (#741)

* 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>
pull/744/head
Kenneth Steimel 4 yıl önce işlemeyi yapan: GitHub
ebeveyn 02c528cae4
işleme 506fe9955d
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23

@ -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>

Yükleniyor…
İptal
Kaydet