mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08: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
@ -219,4 +219,5 @@ export interface IConfigOptions {
|
||||
export interface ISsoRedirectOptions {
|
||||
immediate?: boolean;
|
||||
on_welcome_page?: boolean;
|
||||
on_login_page?: boolean;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user