mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-18 11:07:41 +00:00
Fixed the issue for two loaders shown after reloading the page. (#6693)
This commit is contained in:
parent
27483c6756
commit
d77ab76cab
@ -163,7 +163,7 @@ const OidcAuthenticator = forwardRef<AuthenticatorRef, Props>(
|
|||||||
<AppWithAuth />
|
<AppWithAuth />
|
||||||
)}
|
)}
|
||||||
</Switch>
|
</Switch>
|
||||||
{loading && <Loader />}
|
{loading && isSigningIn && <Loader />}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user