handle Navidrome login loop error

This commit is contained in:
Kendall Garner 2025-06-26 21:14:20 -07:00
parent bdc372636b
commit fb584b35a9
No known key found for this signature in database
GPG key ID: 9355F387FE765C94
3 changed files with 44 additions and 23 deletions

View file

@ -62,7 +62,8 @@ const ActionRequiredRoute = () => {
</Group>
<Stack mt="2rem">
{canReturnHome && <Navigate to={AppRoute.HOME} />}
{!displayedCheck && (
{/* This should be displayed if a credential is required */}
{isCredentialRequired && (
<Group
justify="center"
wrap="nowrap"