This commit is contained in:
Eric Bailey
2024-08-20 17:42:13 -05:00
parent e09611f549
commit 026e67f911
+1 -1
View File
@@ -50,7 +50,7 @@ export function Outer({
cause.labelDef.identifier === '!no-unauthenticated', cause.labelDef.identifier === '!no-unauthenticated',
), ),
), ),
allowOverride: allowOverride || !modui?.noOverride, allowOverride: allowOverride ?? !modui?.noOverride,
} }
const showInfoDialog = () => { const showInfoDialog = () => {