Browse Source

RocketChat allowed only with email or username

Related to #64
pull/116/head
Ramiro Saenz 9 years ago
parent
commit
f9102b862e
  1. 1
      app/store/ServicesList.js

1
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'

Loading…
Cancel
Save