diff --git a/src/components/structures/login/Login.js b/src/components/structures/login/Login.js index 4fffcaf7cf..e3ec87f8f2 100644 --- a/src/components/structures/login/Login.js +++ b/src/components/structures/login/Login.js @@ -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' }; },