Add login page option for SSO redirects (#12622)

Signed-off-by: Bart van der Braak <bartvdbraak@gmail.com>
pull/28217/head
Bart van der Braak 2024-06-14 12:19:02 +02:00 committed by GitHub
parent bd196aee29
commit 8e200dc4ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -219,4 +219,5 @@ export interface IConfigOptions {
export interface ISsoRedirectOptions {
immediate?: boolean;
on_welcome_page?: boolean;
on_login_page?: boolean;
}