Skip to content

Commit 2eecfa7

Browse files
paulschattTexera
authored andcommitted
Disable User System in front end config by default (#3228)
### Purpose: Fix a mistake due to a misunderstanding. userSystemEnabled flag should be set to false by default. Co-authored-by: Texera <[email protected]>
1 parent d357d8c commit 2eecfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/gui/src/environments/environment.default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const defaultEnvironment = {
2626
/**
2727
* whether user system is enabled
2828
*/
29-
userSystemEnabled: true,
29+
userSystemEnabled: false,
3030

3131
/**
3232
* whether local login is enabled

0 commit comments

Comments
 (0)