Update gidjit-hub.groovy
[smartapps.git] / official / gidjit-hub.groovy
index abd8f3f48d3015b1e2ecd2095f2edbfa94679991..6b6e255078820cab147e3d072fe5e24f44835289 100755 (executable)
@@ -24,7 +24,7 @@ definition(
     iconX3Url: "http://www.gidjit.com/appicon@3x.png",
     oauth: [displayName: "Gidjit", displayLink: "www.gidjit.com"])
 
-preferences(oauthPage: "deviceAuthorization") {
+preferences {
     // deviceAuthorization page is simply the devices to authorize
     page(name: "deviceAuthorization", title: "Device Authorization", nextPage: "instructionPage",
          install: false, uninstall: true) {
@@ -256,4 +256,4 @@ void updateWindowShade() {
        httpError(400, "$command is not a valid command")
     }
 }
-// TODO: implement event handlers
\ No newline at end of file
+// TODO: implement event handlers