No browser save of wifi config password

fixes #32
This commit is contained in:
Robin Davies
2022-03-12 16:02:35 -05:00
parent 8f10596863
commit cd56f7f71a
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -90,6 +90,7 @@ class NoChangePassword extends React.Component<NoChangePasswordProps, NoChangePa
{
e.target.value = "(Unchanged)";
}
e.currentTarget.setAttribute("readonly","true");
}
render() {