mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00: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 the server returns a 500 error with detail, render a setup hint.
|
||||||
if (!firstRunSetupMessageRendered) {
|
if (!firstRunSetupMessageRendered) {
|
||||||
renderFirstRunSetupMessage();
|
renderFirstRunSetupMessage();
|
||||||
fadeOutLoadingAnimation(loadingScreen);
|
|
||||||
}
|
}
|
||||||
|
fadeOutLoadingAnimation(loadingScreen);
|
||||||
return;
|
return;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue