From 61635889abf5fb77b4e6de2b130e3d8ef0f6c3ba Mon Sep 17 00:00:00 2001 From: Warun Kietduriyakul Date: Fri, 14 Aug 2015 23:18:18 +0700 Subject: [PATCH] Bug: Incorrect Reset Password URL Signed-off-by: Warun Kietduriyakul --- src/components/AccountLogin.react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AccountLogin.react.js b/src/components/AccountLogin.react.js index 4c9bf66e98..7aeae351e7 100644 --- a/src/components/AccountLogin.react.js +++ b/src/components/AccountLogin.react.js @@ -60,7 +60,7 @@ module.exports = React.createClass({ }, handleClickForgotPassword: function () { - shell.openExternal('https://hub.docker.com/account/forgot-password/'); + shell.openExternal('https://hub.docker.com/reset-password/'); }, render: function () {