You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Lint
This commit is contained in:
committed by
Quentin Gliech
parent
e6e98444f3
commit
cfbda76c98
4
tools/syn2mas/src/types/SynapseConfig.d.ts
vendored
4
tools/syn2mas/src/types/SynapseConfig.d.ts
vendored
@@ -24,7 +24,7 @@ export interface SynapseConfig {
|
||||
host?: string;
|
||||
port?: number;
|
||||
};
|
||||
} | any;
|
||||
} | {};
|
||||
|
||||
oidc_providers?: SynapseOIDCProvider[];
|
||||
oidc_config?: SynapseOIDCProvider;
|
||||
@@ -52,5 +52,5 @@ export interface SynapseConfig {
|
||||
enable_3pid_changes?: boolean;
|
||||
login_via_existing_session?: {
|
||||
enabled?: boolean;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user