Remove unused JS variables

This commit is contained in:
b4n6-b4n6
2025-03-03 09:42:27 +07:00
parent 08e2eafb7c
commit da71a00be2
4 changed files with 1 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ ColumnLayout {
return passwordInput.text === passwordInputConfirm.text;
}
function calcPasswordStrength(inp) {
function calcPasswordStrength() {
if(!progressLayout.visible) return;
if(passwordInput.text.length <= 1){
root.passwordFill = 0;