Remove logging of password and update privacy(fix #203) #210

Merged
cami merged 2 commits from frontend/remove-log into main 2021-07-25 21:36:42 +00:00
Showing only changes of commit 41143c361b - Show all commits

View file

@ -91,7 +91,6 @@ export default function Study() {
method: "get",
}).then((response) => {
response.json().then((resp) => {
console.log(resp.random_password);
setGenPassword(resp.random_password);
});
});