mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-30 05:35:44 +00:00
fix: tinyauth should allow the user to access a resource if a whitelist is not setup
This commit is contained in:
@@ -37,6 +37,7 @@ export const UnauthorizedPage = () => {
|
||||
<Trans
|
||||
i18nKey="unauthorizedLoginSubtitle"
|
||||
t={t}
|
||||
components={{ Code: <Code /> }}
|
||||
values={{ username }}
|
||||
/>
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user