From b33d6216961bcce067b7404ab2629b97095195c5 Mon Sep 17 00:00:00 2001 From: Rohan Desai Date: Tue, 10 May 2016 11:35:01 -0700 Subject: [PATCH] DVCSMP-1699 Na02>Missing/Failed Oauth Tokens - now calling the method to get the right shard url for Life360 - removed serverUrl from the app settings --- .../smartthings/life360-connect.src/life360-connect.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/smartapps/smartthings/life360-connect.src/life360-connect.groovy b/smartapps/smartthings/life360-connect.src/life360-connect.groovy index b5d6555..cf07750 100644 --- a/smartapps/smartthings/life360-connect.src/life360-connect.groovy +++ b/smartapps/smartthings/life360-connect.src/life360-connect.groovy @@ -27,7 +27,6 @@ definition( ) { appSetting "clientId" appSetting "clientSecret" - appSetting "serverUrl" } preferences { @@ -192,7 +191,7 @@ def getSmartThingsClientId() { return "pREqugabRetre4EstetherufrePumamExucrEHuc" } -def getServerUrl() { appSettings.serverUrl } +def getServerUrl() { getApiServerUrl() } def buildRedirectUrl() {