You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Register a s a guest even if email invite: this is ok now.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user