mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-13 00:22:23 +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 />
|
||||
)}
|
||||
</Switch>
|
||||
{loading && <Loader />}
|
||||
{loading && isSigningIn && <Loader />}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user