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

fix return page

fix return page to index.html #11
This commit is contained in:
grafixeyehero 2019-01-11 00:47:02 +03:00
parent 4678528d00
commit 92544483ed

View file

@ -8,7 +8,7 @@ define([], function() {
message: msg, message: msg,
title: Globalize.translate("HeaderPasswordReset"), title: Globalize.translate("HeaderPasswordReset"),
callback: function() { callback: function() {
window.location.href = "login.html" window.location.href = "index.html"
} }
}) })
} }