Add ability to prevent OIDC redirect (#6544)
* Add ability to prevent OIDC redirect * Fix Typing on optional boolean * Fix lint * Fix lint * Rename var from PREVENT to DISABLE --------- Co-authored-by: Tom Moor <tom@getoutline.com>
This commit is contained in:
@@ -61,6 +61,7 @@ export type PublicEnv = {
|
||||
RELEASE: string | undefined;
|
||||
APP_NAME: string;
|
||||
ROOT_SHARE_ID?: string;
|
||||
OIDC_DISABLE_REDIRECT?: boolean;
|
||||
OIDC_LOGOUT_URI?: string;
|
||||
analytics: {
|
||||
service?: IntegrationService | UserCreatableIntegrationService;
|
||||
|
||||
Reference in New Issue
Block a user