mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Argh, there's more
This commit is contained in:
parent
2f7366cb8a
commit
c41a8da4be
1 changed files with 7 additions and 0 deletions
|
@ -110,6 +110,13 @@ module.exports = React.createClass({
|
|||
upgradeUsername: null,
|
||||
// The access token we had for our guest account, used when upgrading to a normal account
|
||||
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;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue