Switch to Font Awesome CSS

It's lighter than the JS

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-03-08 17:46:08 +02:00
parent 873cc4bb30
commit 4e6105bef9
14 changed files with 33 additions and 20 deletions

View File

@@ -134,7 +134,7 @@ $("#totp").on("input", function () {
// Toggle password visibility button
$("#toggle-password").on("click", function () {
// Toggle font-awesome classes to change the svg icon on the button
$("svg", this).toggleClass("fa-eye fa-eye-slash");
$(".field-icon", this).toggleClass("fa-eye fa-eye-slash");
// Password field
var $pwd = $("#current-password");