mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
UIF 3PID implies UIF Identity Server
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
598c982f02
commit
1a965b1cb7
1 changed files with 2 additions and 0 deletions
|
@ -649,6 +649,8 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
||||||
[UIFeature.IdentityServer]: {
|
[UIFeature.IdentityServer]: {
|
||||||
supportedLevels: LEVELS_UI_FEATURE,
|
supportedLevels: LEVELS_UI_FEATURE,
|
||||||
default: true,
|
default: true,
|
||||||
|
// Identity Server (Discovery) Settings make no sense if 3PIDs in general are hidden
|
||||||
|
controller: new UIFeatureController(UIFeature.ThirdPartyID),
|
||||||
},
|
},
|
||||||
[UIFeature.ThirdPartyID]: {
|
[UIFeature.ThirdPartyID]: {
|
||||||
supportedLevels: LEVELS_UI_FEATURE,
|
supportedLevels: LEVELS_UI_FEATURE,
|
||||||
|
|
Loading…
Reference in a new issue