From f9102b862e3ffef90907d8445a9f8d1e2fd7c093 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Wed, 6 Jul 2016 13:54:25 -0300 Subject: [PATCH] RocketChat allowed only with email or username Related to #64 --- app/store/ServicesList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index ae915d58..46f49923 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -203,6 +203,7 @@ Ext.define('Rambox.store.ServicesList', { ,name: 'Rocket Chat' ,url: '___' ,type: 'messaging' + ,note: 'You have to use this service by signing in with your email or username (No SSO allowed yet).' }, { id: 'wire'