added-local-auth
main
@ -124,7 +124,7 @@ async function postCode() {
response = await Promise.resolve()
.then(() => api.auth(username, password, login_arguments))
.then(() => {
api.code.set(branch, files_to_push);
return api.code.set(branch, files_to_push);
})
.then((result) => {
response = result;
The note is not visible to the blocked user.