Comment state fields

pull/21833/head
David Baker 2016-09-30 11:37:50 +01:00
parent 8cbddfcf28
commit 2f7366cb8a
1 changed files with 2 additions and 0 deletions

View File

@ -106,7 +106,9 @@ module.exports = React.createClass({
version: null,
newVersion: null,
// The username to default to when upgrading an account from a guest
upgradeUsername: null,
// The access token we had for our guest account, used when upgrading to a normal account
guestAccessToken: null,
};
return s;