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,8 +726,8 @@
|
|||
// If the server returns a 500 error with detail, render a setup hint.
|
||||
if (!firstRunSetupMessageRendered) {
|
||||
renderFirstRunSetupMessage();
|
||||
fadeOutLoadingAnimation(loadingScreen);
|
||||
}
|
||||
fadeOutLoadingAnimation(loadingScreen);
|
||||
return;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue