Merge pull request #935 from scalopus/forgetPassword

Bug: Incorrect Reset Password URL
This commit is contained in:
Li Shang 2015-08-14 11:39:47 -07:00
commit 01d5c5298f
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 () {