Merge pull request #266 from juano2310/Harmony_Global

Replaced atomicState with State
This commit is contained in:
Juan Pablo Risso
2015-11-09 14:27:46 -05:00

View File

@@ -90,7 +90,7 @@ mappings {
def getServerUrl() { return "https://graph.api.smartthings.com" }
def getCallbackUrl() { "https://graph.api.smartthings.com/oauth/callback" }
def getBuildRedirectUrl() { "${serverUrl}/oauth/initialize?appId=${app.id}&access_token=${atomicState.accessToken}&apiServerUrl=${apiServerUrl}" }
def getBuildRedirectUrl() { "${serverUrl}/oauth/initialize?appId=${app.id}&access_token=${state.accessToken}&apiServerUrl=${apiServerUrl}" }
def authPage() {
def description = null