From fe16b221f8fca5e22122981288427c9b937e9d6b Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 1 Dec 2015 13:48:53 +0000 Subject: [PATCH] s/vector.im/matrix.org/ --- src/components/structures/login/Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }; },