mirror of https://github.com/vector-im/riot-web
Comment state fields
parent
8cbddfcf28
commit
2f7366cb8a
|
@ -106,7 +106,9 @@ module.exports = React.createClass({
|
||||||
version: null,
|
version: null,
|
||||||
newVersion: null,
|
newVersion: null,
|
||||||
|
|
||||||
|
// The username to default to when upgrading an account from a guest
|
||||||
upgradeUsername: null,
|
upgradeUsername: null,
|
||||||
|
// The access token we had for our guest account, used when upgrading to a normal account
|
||||||
guestAccessToken: null,
|
guestAccessToken: null,
|
||||||
};
|
};
|
||||||
return s;
|
return s;
|
||||||
|
|
Loading…
Reference in New Issue