1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

add login link to SetMxIdDialog

This commit is contained in:
Matthew Hodgson
2017-05-29 01:32:31 +01:00
parent 1efc5c2b25
commit df599890c5
3 changed files with 13 additions and 0 deletions

View File

@ -788,6 +788,10 @@ module.exports = React.createClass({
dis.dispatch({action: 'start_registration'});
close();
},
onLoginClick: (ev) => {
dis.dispatch({action: 'start_login'});
close();
},
}).close;
return;
}