fix auth screens' missing config permission, and media URL resolution

This commit is contained in:
dswbx
2025-01-21 17:10:45 +01:00
parent 42f935acfd
commit 51715158c2
4 changed files with 13 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ export function BkndProvider({
errorShown.current = true;
setError(true);
return;
//return;
} else if (error) {
setError(false);
}
@@ -106,7 +106,7 @@ export function BkndProvider({
value={{ ...schema, actions, requireSecrets, app, adminOverride, hasSecrets }}
key={local_version}
>
{error && (
{/*{error && (
<Alert.Exception className="gap-2">
<IconAlertHexagon />
You attempted to load system configuration with secrets without having proper
@@ -115,7 +115,7 @@ export function BkndProvider({
<Button variant="red">Reload</Button>
</a>
</Alert.Exception>
)}
)}*/}
{children}
</BkndContext.Provider>