From 739eaf9fc073a5b398d9ad2c72f83597bd51fa20 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Wed, 19 Feb 2025 22:27:35 +0100 Subject: [PATCH] refactor(password): remove protected_session_timeout TPL element -> now part of protected_session_timeout widget --- .../app/widgets/type_widgets/options/password.ts | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/public/app/widgets/type_widgets/options/password.ts b/src/public/app/widgets/type_widgets/options/password.ts index 9a838f9aa..d3800f85e 100644 --- a/src/public/app/widgets/type_widgets/options/password.ts +++ b/src/public/app/widgets/type_widgets/options/password.ts @@ -32,17 +32,7 @@ const TPL = ` - -
-

${t("password.protected_session_timeout")}

- -

${t("password.protected_session_timeout_description")} ${t("password.wiki")} ${t("password.for_more_info")}

- -
- - -
-
`; +`; // TODO: Deduplicate interface ChangePasswordResponse {