fix: tinyauth should allow the user to access a resource if a whitelist is not setup

This commit is contained in:
Stavros
2025-04-08 16:24:25 +03:00
parent c664be5cc5
commit 38c5cd7b32
3 changed files with 6 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ export const UnauthorizedPage = () => {
<Trans
i18nKey="unauthorizedLoginSubtitle"
t={t}
components={{ Code: <Code /> }}
values={{ username }}
/>
</Text>