mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +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 the server returns a 500 error with detail, render a setup hint.
|
||||||
if (!firstRunSetupMessageRendered) {
|
if (!firstRunSetupMessageRendered) {
|
||||||
renderFirstRunSetupMessage();
|
renderFirstRunSetupMessage();
|
||||||
fadeOutLoadingAnimation(loadingScreen);
|
|
||||||
}
|
}
|
||||||
return;
|
fadeOutLoadingAnimation(loadingScreen);
|
||||||
|
return;
|
||||||
});
|
});
|
||||||
|
|
||||||
await refreshChatSessionsPanel();
|
await refreshChatSessionsPanel();
|
||||||
|
|
Loading…
Reference in a new issue