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

Remove extra newline

This commit is contained in:
Anthony Lavado 2019-10-04 03:42:46 -04:00 committed by GitHub
parent f7d1c9fb1b
commit 97cdd43019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1198,7 +1198,6 @@ define(["events", "appStorage"], function(events, appStorage) {
data: { data: {
Name: user.Name, Name: user.Name,
Password: user.Password Password: user.Password
}, },
dataType: "json" dataType: "json"
}) })