#7897 - Merge master into test #668

Merged
carlosap merged 21 commits from master into test 2024-09-04 14:28:55 +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 },