Skip to content

Commit

Permalink
Add redirectOnUserChange-param
Browse files Browse the repository at this point in the history
  • Loading branch information
talepre committed Oct 15, 2024
1 parent 033cc5f commit 1b39fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ export type DecoratorParams = Partial<{
shareScreen: boolean;
logoutUrl: string;
logoutWarning: boolean;
redirectOnUserChange: boolean;
}>;
// Bruk
Expand Down
1 change: 1 addition & 0 deletions src/common/common-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export type DecoratorParams = Partial<{
shareScreen: boolean;
logoutUrl: string;
logoutWarning: boolean;
redirectOnUserChange: boolean;
}>;

export type DecoratorElements = {
Expand Down

0 comments on commit 1b39fa3

Please sign in to comment.