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
commit d2c6840ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

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

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"
}
})
}