Add login page option for SSO redirects (#12622)
Signed-off-by: Bart van der Braak <bartvdbraak@gmail.com>
This commit is contained in:
committed by
GitHub
parent
bd196aee29
commit
8e200dc4ac
@@ -219,4 +219,5 @@ export interface IConfigOptions {
|
||||
export interface ISsoRedirectOptions {
|
||||
immediate?: boolean;
|
||||
on_welcome_page?: boolean;
|
||||
on_login_page?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user