mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-02 15:41:41 +01:00
fix client uri in config
This commit is contained in:
parent
d34a6cdf0e
commit
e09d66a57e
@ -10,7 +10,7 @@
|
|||||||
"clientConfigs": {
|
"clientConfigs": {
|
||||||
"https://id.thirdroom.io/realms/thirdroom/": {
|
"https://id.thirdroom.io/realms/thirdroom/": {
|
||||||
"client_id": "thirdroom",
|
"client_id": "thirdroom",
|
||||||
"uris": ["http:localhost:3000", "https://thirdroom.io"]
|
"uris": ["http://localhost:3000", "https://thirdroom.io"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user