mirror of https://github.com/docker/docs.git
Bug: Incorrect Reset Password URL
Signed-off-by: Warun Kietduriyakul <jomyut@gmail.com>
This commit is contained in:
parent
33e6b56c15
commit
61635889ab
|
|
@ -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