fix client uri in config

This commit is contained in:
Ajay Bura 2022-08-18 17:34:09 +05:30
parent d34a6cdf0e
commit e09d66a57e

View File

@ -10,7 +10,7 @@
"clientConfigs": {
"https://id.thirdroom.io/realms/thirdroom/": {
"client_id": "thirdroom",
"uris": ["http:localhost:3000", "https://thirdroom.io"]
"uris": ["http://localhost:3000", "https://thirdroom.io"]
}
}
}