Merge pull request #954 from matrix-org/matthew/ilag-login
add login link to SetMxIdDialog
This commit is contained in:
commit
9536e1ef36
3 changed files with 13 additions and 0 deletions
|
@ -682,6 +682,10 @@ module.exports = React.createClass({
|
|||
dis.dispatch({action: 'start_registration'});
|
||||
close();
|
||||
},
|
||||
onLoginClick: (ev) => {
|
||||
dis.dispatch({action: 'start_login'});
|
||||
close();
|
||||
},
|
||||
}).close;
|
||||
},
|
||||
|
||||
|
|
|
@ -788,6 +788,10 @@ module.exports = React.createClass({
|
|||
dis.dispatch({action: 'start_registration'});
|
||||
close();
|
||||
},
|
||||
onLoginClick: (ev) => {
|
||||
dis.dispatch({action: 'start_login'});
|
||||
close();
|
||||
},
|
||||
}).close;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue