Moved env checks to server pages.
This commit is contained in:
@@ -22,10 +22,6 @@ export function App({ children }) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (config.uiDisabled) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user