mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Always remove loading animation on Desktop app if can't login to server
This commit is contained in:
@@ -726,9 +726,9 @@
|
||||
// If the server returns a 500 error with detail, render a setup hint.
|
||||
if (!firstRunSetupMessageRendered) {
|
||||
renderFirstRunSetupMessage();
|
||||
fadeOutLoadingAnimation(loadingScreen);
|
||||
}
|
||||
return;
|
||||
fadeOutLoadingAnimation(loadingScreen);
|
||||
return;
|
||||
});
|
||||
|
||||
await refreshChatSessionsPanel();
|
||||
|
||||
Reference in New Issue
Block a user