From 1243a3cfe81d85666c4714ee09886af756c47a4d Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Fri, 4 Apr 2025 08:43:21 +0000 Subject: [PATCH] refactor: use native `a-input-password` for password field --- web/html/component/aPasswordInput.html | 57 -------------------------- web/html/login.html | 11 ++--- web/html/settings.html | 4 +- web/html/settings/panel/security.html | 4 +- 4 files changed, 11 insertions(+), 65 deletions(-) delete mode 100644 web/html/component/aPasswordInput.html diff --git a/web/html/component/aPasswordInput.html b/web/html/component/aPasswordInput.html deleted file mode 100644 index e688eba6..00000000 --- a/web/html/component/aPasswordInput.html +++ /dev/null @@ -1,57 +0,0 @@ -{{define "component/passwordInput"}} - -{{end}} - -{{define "component/aPasswordInput"}} - -{{end}} \ No newline at end of file diff --git a/web/html/login.html b/web/html/login.html index a2e843ec..08512af8 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -507,14 +507,16 @@ - - + + - - + + @@ -538,7 +540,6 @@ {{template "js" .}} {{template "component/aThemeSwitch" .}} - {{template "component/aPasswordInput" .}} {{template "component/aSidebar" .}} {{template "component/aThemeSwitch" .}} -{{template "component/aPasswordInput" .}} {{template "component/aSettingListItem" .}}