Merge pull request #12 from grafixeyehero/master

Fix return from PIN reset to index.html
This commit is contained in:
Joshua M. Boniface
2019-01-11 23:23:06 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@
- [sparky8251](https://github.com/sparky8251)
- [LeoVerto](https://github.com/LeoVerto)
- [cvium](https://github.com/cvium)
- [grafixeyehero](https://github.com/grafixeyehero)
# Emby Contributors
+1 -1
View File
@@ -8,7 +8,7 @@ define([], function() {
message: msg,
title: Globalize.translate("HeaderPasswordReset"),
callback: function() {
window.location.href = "login.html"
window.location.href = "index.html"
}
})
}