Remove test code from MattermostManaged (#1701)
This commit is contained in:
parent
c171ae4809
commit
efa3f59d12
1 changed files with 1 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue