1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

s/vector.im/matrix.org/

This commit is contained in:
Kegan Dougal
2015-12-01 13:48:53 +00:00
parent 1e694da460
commit fe16b221f8

View File

@@ -39,7 +39,7 @@ module.exports = React.createClass({displayName: 'Login',
getDefaultProps: function() {
return {
homeserverUrl: 'https://matrix.org/',
identityServerUrl: 'https://vector.im'
identityServerUrl: 'https://matrix.org'
};
},