merge branch master into strings

This commit is contained in:
dkanada
2020-08-31 23:47:11 +09:00
51 changed files with 2423 additions and 2012 deletions
@@ -31,7 +31,8 @@ import globalize from 'globalize';
dataType: 'json',
data: JSON.stringify({
Pin: view.querySelector('#txtPin').value
})
}),
contentType: 'application/json'
}).then(processForgotPasswordResult);
e.preventDefault();
return false;