Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Add login page option for SSO redirects (#12622)
Browse files Browse the repository at this point in the history
Signed-off-by: Bart van der Braak <bartvdbraak@gmail.com>
  • Loading branch information
bartvdbraak authored Jun 14, 2024
1 parent bd196ae commit 8e200dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IConfigOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,5 @@ export interface IConfigOptions {
export interface ISsoRedirectOptions {
immediate?: boolean;
on_welcome_page?: boolean;
on_login_page?: boolean;
}

0 comments on commit 8e200dc

Please sign in to comment.