mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-11 07:06:31 +02:00
Comment guestCreds
This commit is contained in:
parent
db9750a7e3
commit
3818a89ca3
@ -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…
x
Reference in New Issue
Block a user