Wire up server details next button
This commit is contained in:
parent
1f78b59a0e
commit
160cc4e156
1 changed files with 7 additions and 0 deletions
|
@ -316,6 +316,13 @@ module.exports = React.createClass({
|
||||||
this.props.onLoginClick();
|
this.props.onLoginClick();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
onServerDetailsNextPhaseClick(ev) {
|
||||||
|
ev.stopPropagation();
|
||||||
|
this.setState({
|
||||||
|
phase: PHASE_REGISTRATION,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
_makeRegisterRequest: function(auth) {
|
_makeRegisterRequest: function(auth) {
|
||||||
// Only send the bind params if we're sending username / pw params
|
// Only send the bind params if we're sending username / pw params
|
||||||
// (Since we need to send no params at all to use the ones saved in the
|
// (Since we need to send no params at all to use the ones saved in the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue