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

Update src/bower_components/apiclient/apiclientcore.js

Co-Authored-By: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
Anthony Lavado 2019-10-04 12:53:54 -04:00 committed by GitHub
parent 97cdd43019
commit 591a1d3baa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1195,7 +1195,7 @@ define(["events", "appStorage"], function(events, appStorage) {
return this.ajax({
type: "POST",
url: url,
data: {
data: user,
Name: user.Name,
Password: user.Password
},