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
This commit is contained in:
Rohan Desai
2016-05-10 11:35:01 -07:00
committed by Rohan Desai
parent 467c6ff055
commit b33d621696

View File

@@ -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()
{