mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
add comment
This commit is contained in:
parent
5b64543159
commit
c3ca2b4d46
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ module.exports = React.createClass({
|
||||||
let initialPhase = PHASE_SERVER_DETAILS;
|
let initialPhase = PHASE_SERVER_DETAILS;
|
||||||
if (
|
if (
|
||||||
// if we have these two, skip to the good bit
|
// if we have these two, skip to the good bit
|
||||||
|
// (they could come in from the URL params in a
|
||||||
|
// registration email link)
|
||||||
(this.props.clientSecret && this.props.sessionId) ||
|
(this.props.clientSecret && this.props.sessionId) ||
|
||||||
// or if custom URLs aren't allowed, skip them
|
// or if custom URLs aren't allowed, skip them
|
||||||
!customURLsAllowed
|
!customURLsAllowed
|
||||||
|
|
Loading…
Reference in a new issue