forked from matrix/element-web
Vector is the default IS in Vector
This commit is contained in:
parent
726afd30bb
commit
021eaf5c29
|
@ -38,7 +38,7 @@ module.exports = React.createClass({displayName: 'Login',
|
||||||
getDefaultProps: function() {
|
getDefaultProps: function() {
|
||||||
return {
|
return {
|
||||||
homeserverUrl: 'https://matrix.org/',
|
homeserverUrl: 'https://matrix.org/',
|
||||||
identityServerUrl: 'https://matrix.org/'
|
identityServerUrl: 'https://vector.im'
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue