Skip to content

Commit

Permalink
fixed password field
Browse files Browse the repository at this point in the history
  • Loading branch information
Concedo authored and Concedo committed May 27, 2024
1 parent 4a69f77 commit cf69c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7663,7 +7663,7 @@
if (userinput != null && userinput!="") {
custom_kobold_key = document.getElementById("customkoboldkey").value = localmodekey = localsettings.saved_kai_key = userinput.trim();
}
},false,true);
},false,false,true);
}

}else{
Expand Down

0 comments on commit cf69c2b

Please sign in to comment.