Register a s a guest even if email invite: this is ok now.
This commit is contained in:
parent
e2bafcbf02
commit
3f51cda846
1 changed files with 0 additions and 4 deletions
|
@ -95,10 +95,6 @@ module.exports = React.createClass({
|
||||||
if (!this.props.config || !this.props.config.default_hs_url) {
|
if (!this.props.config || !this.props.config.default_hs_url) {
|
||||||
console.error("Cannot enable guest access: No supplied config prop for HS/IS URLs");
|
console.error("Cannot enable guest access: No supplied config prop for HS/IS URLs");
|
||||||
}
|
}
|
||||||
else if (this.props.startingQueryParams.email) {
|
|
||||||
console.log("Not registering as guest; email invite.");
|
|
||||||
this._autoRegisterAsGuest = false;
|
|
||||||
}
|
|
||||||
else if (this.props.startingQueryParams.client_secret && this.props.startingQueryParams.sid) {
|
else if (this.props.startingQueryParams.client_secret && this.props.startingQueryParams.sid) {
|
||||||
console.log("Not registering as guest; registration.");
|
console.log("Not registering as guest; registration.");
|
||||||
this._autoRegisterAsGuest = false;
|
this._autoRegisterAsGuest = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue