Skip to content

Commit

Permalink
Merge pull request #18 from kairoaraujo/fix/hk_region_url_logout
Browse files Browse the repository at this point in the history
Fix a typo in HK region url for logout
  • Loading branch information
kairoaraujo authored Jul 7, 2021
2 parents 42b8778 + ce910a4 commit 526ccc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kodaksmarthome/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"URL_TOKEN": "https://api-t01-r3.perimetersafe.com/v1/oauth/token",
"URL_AUTH": "https://app-hk.kodaksmarthome.com/web/authenticate",
"URL_DEVICES": "https://app-hk.kodaksmarthome.com/web/user/device",
"URL_LOGOUT": "https://app-.kodaksmarthome.com/web/#/user/logout",
"URL_LOGOUT": "https://app-hk.kodaksmarthome.com/web/#/user/logout",
}
}

Expand Down

0 comments on commit 526ccc1

Please sign in to comment.