1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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
})