mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Comment guestCreds
This commit is contained in:
parent
db9750a7e3
commit
3818a89ca3
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue