Remove unused disable_identity_server config flag
Fixes https://github.com/vector-im/riot-web/issues/10229
This commit is contained in:
parent
bba167c433
commit
f3e82b56e9
4 changed files with 4 additions and 7 deletions
|
@ -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==',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue