From 1ec533bd9b3da2dc432cc43836327e14be7d9b96 Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Wed, 6 Oct 2021 17:44:49 +0200 Subject: [PATCH] app: Fix login password prompt --- app/src/components/login.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/login.rs b/app/src/components/login.rs index 3b125ca..529fd6a 100644 --- a/app/src/components/login.rs +++ b/app/src/components/login.rs @@ -163,7 +163,7 @@ impl Component for LoginForm { form=&self.form field_name="password" input_type="password" - placeholder="Email" + placeholder="Password" autocomplete="current-password" />