make QR login work

This commit is contained in:
Matthew Hodgson
2024-11-09 16:37:44 +00:00
parent f40bbc0121
commit e1e68ad927
2 changed files with 8 additions and 3 deletions

View File

@@ -20,7 +20,8 @@
"features": {
"feature_video_rooms": true,
"feature_group_calls": true,
"feature_element_call_video_rooms": true
"feature_element_call_video_rooms": true,
"feature_oidc_native_flow": true
},
"default_federate": true,
"default_theme": "light",
@@ -34,4 +35,4 @@
"url": "https://${ELEMENT_CALL_FQDN}"
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
}
}