mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
handle Navidrome login loop error
This commit is contained in:
parent
bdc372636b
commit
fb584b35a9
3 changed files with 44 additions and 23 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue