diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c4b5571264..ac53258356 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -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 diff --git a/src/scripts/forgotpasswordpin.js b/src/scripts/forgotpasswordpin.js index 29f8a8369a..e7dccc7be1 100644 --- a/src/scripts/forgotpasswordpin.js +++ b/src/scripts/forgotpasswordpin.js @@ -8,7 +8,7 @@ define([], function() { message: msg, title: Globalize.translate("HeaderPasswordReset"), callback: function() { - window.location.href = "login.html" + window.location.href = "index.html" } }) }