#7283 - fixItemDescriptor #680

Merged
carlossa merged 28 commits from 7283-fixItemDescriptor into dev 2024-09-09 10:40:42 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit c4c4285b4b - Show all commits

View File

@ -33,7 +33,6 @@ async function onSubmit() {
};
try {
console.log('newPassword: ', newPassword);
await axios.post(
'VnUsers/reset-password',
{ newPassword: newPassword.value },