File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
ui/src/components/Setting Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -247,15 +247,13 @@ const store = useStore();
247247const editDataStatus = ref (false );
248248const editPasswordStatus = ref (false );
249249const mfaEnabled = computed (() => store .getters [" auth/isMfa" ]);
250- const isEnterprise = computed (() => envVariables .isEnterprise );
251- const isCloud = computed (() => envVariables .isCloud );
252- const isCommunity = computed (() => envVariables .isCommunity );
253250const dialogMfaSettings = ref (false );
254251const dialogMfaDisable = ref (false );
255252const showChangePassword = ref (false );
256253const showDeleteAccountDialog = ref (false );
257254const getAuthMethods = computed (() => store .getters [" auth/getAuthMethods" ]);
258255const isLocalAuth = computed (() => getAuthMethods .value .includes (" local" ));
256+ const { isCloud, isCommunity } = envVariables ;
259257const { lgAndUp } = useDisplay ();
260258
261259const {
You can’t perform that action at this time.
0 commit comments