Merge pull request #2083 from matrix-org/t3chguy/is_url

allow passing initial is_url like hs_url in query params
This commit is contained in:
Bruno Windels 2018-09-28 13:20:50 +01:00 committed by GitHub
commit 5765d59132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,6 +286,14 @@ export default React.createClass({
register_hs_url: paramHs,
});
}
// Set a default IS with query param `is_url`
const paramIs = this.props.startingFragmentQueryParams.is_url;
if (paramIs) {
console.log('Setting register_is_url ', paramIs);
this.setState({
register_is_url: paramIs,
});
}
// a thing to call showScreen with once login completes. this is kept
// outside this.state because updating it should never trigger a