Comment guestCreds

pull/21833/head
David Baker 2016-08-02 18:46:43 +01:00
parent db9750a7e3
commit 3818a89ca3
1 changed files with 4 additions and 0 deletions

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;
},