1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

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