mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Add login page option for SSO redirects (#12622)
Signed-off-by: Bart van der Braak <bartvdbraak@gmail.com>
This commit is contained in:
parent
bd196aee29
commit
8e200dc4ac
1 changed files with 1 additions and 0 deletions
|
@ -219,4 +219,5 @@ export interface IConfigOptions {
|
|||
export interface ISsoRedirectOptions {
|
||||
immediate?: boolean;
|
||||
on_welcome_page?: boolean;
|
||||
on_login_page?: boolean;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue