You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-15 11:01:52 +03:00
Argh, there's more
This commit is contained in:
@ -110,6 +110,13 @@ module.exports = React.createClass({
|
|||||||
upgradeUsername: null,
|
upgradeUsername: null,
|
||||||
// The access token we had for our guest account, used when upgrading to a normal account
|
// The access token we had for our guest account, used when upgrading to a normal account
|
||||||
guestAccessToken: null,
|
guestAccessToken: null,
|
||||||
|
|
||||||
|
// Parameters used in the registration dance with the IS
|
||||||
|
register_client_secret: null,
|
||||||
|
register_session_id: null,
|
||||||
|
register_hs_url: null,
|
||||||
|
register_is_url: null,
|
||||||
|
register_id_sid: null,
|
||||||
};
|
};
|
||||||
return s;
|
return s;
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user