Remove unused disable_identity_server config flag
Fixes https://github.com/vector-im/riot-web/issues/10229
This commit is contained in:
@@ -104,7 +104,6 @@ describe('joining a room', function() {
|
||||
hsName: "TEST_ENVIRONMENT",
|
||||
hsNameIsDifferent: false, // yes, we lie
|
||||
isUrl: IS_URL,
|
||||
identityEnabled: true,
|
||||
}),
|
||||
};
|
||||
|
||||
|
||||
@@ -153,7 +153,6 @@ describe('loading:', function() {
|
||||
hsName: "TEST_ENVIRONMENT",
|
||||
hsNameIsDifferent: false, // yes, we lie
|
||||
isUrl: DEFAULT_IS_URL,
|
||||
identityEnabled: true,
|
||||
}),
|
||||
embeddedPages: {
|
||||
homeUrl: 'data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==',
|
||||
|
||||
Reference in New Issue
Block a user