v1.8.0 #429

Merged
LukeGus merged 198 commits from dev-1.8.0 into main 2025-11-05 16:36:16 +00:00
Showing only changes of commit 4075d6e2da - Show all commits

View File

@@ -173,6 +173,10 @@ export function Auth({
}, []);
useEffect(() => {
if (showServerConfig) {
return;
}
setDbHealthChecking(true);
getSetupRequired()
.then((res) => {
@@ -195,7 +199,7 @@ export function Auth({
.finally(() => {
setDbHealthChecking(false);
});
}, [setDbError, firstUserToastShown]);
}, [setDbError, firstUserToastShown, showServerConfig]);
useEffect(() => {
if (!registrationAllowed && !internalLoggedIn) {