Comment guestCreds

This commit is contained in:
David Baker 2016-08-02 18:46:43 +01:00
parent db9750a7e3
commit 3818a89ca3

View file

@ -141,6 +141,10 @@ module.exports = React.createClass({
componentWillMount: function() {
this.favicon = new Favico({animation: 'none'});
// Stashed guest credentials if the user logs out
// whilst logged in as a guest user (so they can change
// their mind & log back in)
this.guestCreds = null;
},