Fix client ID lookup for official apps (#36131)
This commit is contained in:
parent
4313d4b26b
commit
ba120d4220
2 changed files with 3 additions and 4 deletions
|
@ -33,8 +33,8 @@ async def verify_redirect_uri(hass, client_id, redirect_uri):
|
|||
# Whitelist the iOS and Android callbacks so that people can link apps
|
||||
# without being connected to the internet.
|
||||
if redirect_uri == "homeassistant://auth-callback" and client_id in (
|
||||
"https://www.home-assistant.io/android",
|
||||
"https://www.home-assistant.io/iOS",
|
||||
"https://home-assistant.io/android",
|
||||
"https://home-assistant.io/iOS",
|
||||
):
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue