Bug: Incorrect Reset Password URL

Signed-off-by: Warun Kietduriyakul <jomyut@gmail.com>
This commit is contained in:
Warun Kietduriyakul 2015-08-14 23:18:18 +07:00
parent 33e6b56c15
commit 61635889ab
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {