Actually change to vector IS
parent
6ab993f1a9
commit
96cedc237e
|
@ -30,7 +30,7 @@ var ServerConfig = ComponentBroker.get("molecules/ServerConfig");
|
||||||
|
|
||||||
module.exports = React.createClass({
|
module.exports = React.createClass({
|
||||||
DEFAULT_HS_URL: 'https://matrix.org',
|
DEFAULT_HS_URL: 'https://matrix.org',
|
||||||
DEFAULT_IS_URL: 'https://matrix.org',
|
DEFAULT_IS_URL: 'https://vector.im',
|
||||||
|
|
||||||
displayName: 'Login',
|
displayName: 'Login',
|
||||||
mixins: [LoginController],
|
mixins: [LoginController],
|
||||||
|
|
|
@ -28,7 +28,7 @@ var ServerConfig = ComponentBroker.get("molecules/ServerConfig");
|
||||||
|
|
||||||
module.exports = React.createClass({
|
module.exports = React.createClass({
|
||||||
DEFAULT_HS_URL: 'https://matrix.org',
|
DEFAULT_HS_URL: 'https://matrix.org',
|
||||||
DEFAULT_IS_URL: 'https://matrix.org',
|
DEFAULT_IS_URL: 'https://vector.im',
|
||||||
|
|
||||||
displayName: 'Register',
|
displayName: 'Register',
|
||||||
mixins: [RegisterController],
|
mixins: [RegisterController],
|
||||||
|
|
|
@ -31,7 +31,7 @@ module.exports = {
|
||||||
onHsUrlChanged: function() {},
|
onHsUrlChanged: function() {},
|
||||||
onIsUrlChanged: function() {},
|
onIsUrlChanged: function() {},
|
||||||
defaultHsUrl: 'https://matrix.org/',
|
defaultHsUrl: 'https://matrix.org/',
|
||||||
defaultIsUrl: 'https://vector.im/'
|
defaultIsUrl: 'https://matrix.org/'
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue