mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-28 03:18:32 +08:00
element.io defaults for sign in with QR
develop: - enable showing QR at point of login - enable showing and scanning QR from settings - fallback server configured for when HS doesn't have MSC3886 enabled app: - enable showing QR from settings - no fallback server
This commit is contained in:
parent
1e8ffe5e74
commit
a3fb02d2d5
@ -50,5 +50,10 @@
|
|||||||
"apiHost": "https://posthog.element.io"
|
"apiHost": "https://posthog.element.io"
|
||||||
},
|
},
|
||||||
"privacy_policy_url": "https://element.io/cookie-policy",
|
"privacy_policy_url": "https://element.io/cookie-policy",
|
||||||
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
|
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx",
|
||||||
|
"login_with_qr": {
|
||||||
|
"reciprocate": {
|
||||||
|
"enable_showing": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -61,5 +61,15 @@
|
|||||||
"element_call": {
|
"element_call": {
|
||||||
"url": "https://element-call.netlify.app"
|
"url": "https://element-call.netlify.app"
|
||||||
},
|
},
|
||||||
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
|
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx",
|
||||||
|
"login_with_qr": {
|
||||||
|
"login": {
|
||||||
|
"enable_showing": true
|
||||||
|
},
|
||||||
|
"reciprocate": {
|
||||||
|
"enable_scanning": true,
|
||||||
|
"enable_showing": true
|
||||||
|
},
|
||||||
|
"fallback_http_transport_server": "https://rendezvous.lab.element.dev"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user