From 1b39fa3aae8a56f109424d9be110ecd6b6073820 Mon Sep 17 00:00:00 2001 From: Tale Prestmo Date: Tue, 15 Oct 2024 11:37:16 +0200 Subject: [PATCH] Add redirectOnUserChange-param --- README.md | 1 + src/common/common-types.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 2965403..f24d509 100644 --- a/README.md +++ b/README.md @@ -534,6 +534,7 @@ export type DecoratorParams = Partial<{ shareScreen: boolean; logoutUrl: string; logoutWarning: boolean; + redirectOnUserChange: boolean; }>; // Bruk diff --git a/src/common/common-types.ts b/src/common/common-types.ts index f38d85e..e5c7865 100644 --- a/src/common/common-types.ts +++ b/src/common/common-types.ts @@ -55,6 +55,7 @@ export type DecoratorParams = Partial<{ shareScreen: boolean; logoutUrl: string; logoutWarning: boolean; + redirectOnUserChange: boolean; }>; export type DecoratorElements = {