Remove test code from MattermostManaged (#1701)

This commit is contained in:
Elias Nahum 2018-05-23 21:29:41 -04:00 committed by Saturnino Abril
parent c171ae4809
commit efa3f59d12

View file

@ -35,17 +35,7 @@ export default {
},
authenticate: LocalAuth.authenticate,
blurAppScreen: BlurAppScreen.enabled,
getConfig: async () => {
return {
inAppPinCode: 'true',
blurApplicationScreen: 'true',
jailbreakDetection: 'true',
allowOtherServers: 'true',
vendor: 'Local Test',
serverUrl: 'http://192.168.0.18:8065',
username: 'elias',
};
},
getConfig: MattermostManaged.getConfig,
getLocalConfig: async () => {
if (!localConfig) {
try {