mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Always remove loading animation on Desktop app if can't login to server
This commit is contained in:
parent
382507051f
commit
b8bc6bee83
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue