From 92544483ed82e34a80c69e63ddbf48446165e891 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Fri, 11 Jan 2019 00:47:02 +0300 Subject: [PATCH 1/2] fix return page fix return page to index.html #11 --- src/scripts/forgotpasswordpin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }) } From 595d6d516c264e39ebd14a5c1d8897aa0eb0f022 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Fri, 11 Jan 2019 19:46:11 +0300 Subject: [PATCH 2/2] add grafixeyehero to contributors CONTRIBUTORS --- CONTRIBUTORS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 80c1723091..c88f4cbcd4 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -11,7 +11,8 @@ - [AnthonyLavado](https://github.com/anthonylavado) - [sparky8251](https://github.com/sparky8251) - [LeoVerto](https://github.com/LeoVerto) - + - [grafixeyehero](https://github.com/grafixeyehero) + # Emby Contributors - [LukePulverenti](https://github.com/LukePulverenti)