mirror of https://github.com/docker/docs.git
Merge pull request #935 from scalopus/forgetPassword
Bug: Incorrect Reset Password URL
This commit is contained in:
commit
01d5c5298f
|
|
@ -60,7 +60,7 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
handleClickForgotPassword: function () {
|
handleClickForgotPassword: function () {
|
||||||
shell.openExternal('https://hub.docker.com/account/forgot-password/');
|
shell.openExternal('https://hub.docker.com/reset-password/');
|
||||||
},
|
},
|
||||||
|
|
||||||
render: function () {
|
render: function () {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue