Fix PIN request and reset route

This commit is contained in:
cvium 2020-09-25 12:52:36 +02:00
parent 64d4696724
commit f0441b0caf
3 changed files with 4 additions and 3 deletions

View file

@ -41,6 +41,7 @@ import globalize from 'globalize';
type: 'POST',
url: ApiClient.getUrl('Users/ForgotPassword'),
dataType: 'json',
contentType: 'application/json',
data: JSON.stringify({
EnteredUsername: view.querySelector('#txtName').value
})