From e92947fc3b7261799ded448f8defdb55b3b87d63 Mon Sep 17 00:00:00 2001 From: DarkSpir Date: Mon, 13 Feb 2023 09:29:54 +0100 Subject: [PATCH] app: Change input field to password type in change_password ui (#443) Change input field type for field old_password from its default "text" to "password" Fixes #442 --- app/src/components/change_password.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/components/change_password.rs b/app/src/components/change_password.rs index 91e1673..eabec53 100644 --- a/app/src/components/change_password.rs +++ b/app/src/components/change_password.rs @@ -246,6 +246,7 @@ impl Component for ChangePasswordForm {