mirror of https://github.com/vector-im/riot-web
s/vector.im/matrix.org/
parent
1e694da460
commit
fe16b221f8
|
@ -39,7 +39,7 @@ module.exports = React.createClass({displayName: 'Login',
|
||||||
getDefaultProps: function() {
|
getDefaultProps: function() {
|
||||||
return {
|
return {
|
||||||
homeserverUrl: 'https://matrix.org/',
|
homeserverUrl: 'https://matrix.org/',
|
||||||
identityServerUrl: 'https://vector.im'
|
identityServerUrl: 'https://matrix.org'
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue