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:
parent
64d4696724
commit
f0441b0caf
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue