From 08ee4be121a0d942f13df2ac868402432f2474f6 Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Wed, 3 Jul 2024 07:40:37 +0000 Subject: [PATCH] account_settings: Remove unused id and classes for password field. `.change_password_button` and `#pw_change_link` were unused. I've not checked for any other unused classes in this page, only the password field. This was noticed when trying to make a layout change for the password field and the change was moved to a preparatory commit for the same. --- web/templates/settings/account_settings.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/settings/account_settings.hbs b/web/templates/settings/account_settings.hbs index d1ed78d132..5037170fe6 100644 --- a/web/templates/settings/account_settings.hbs +++ b/web/templates/settings/account_settings.hbs @@ -45,8 +45,8 @@ {{#if user_can_change_password}}
- {{/if}}