Vector is the default IS in Vector

This commit is contained in:
Kegan Dougal 2015-11-12 15:54:07 +00:00
parent 726afd30bb
commit 021eaf5c29

View File

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