loading state

This commit is contained in:
Max Peintner
2024-10-28 16:03:30 +01:00
parent 357d462b16
commit 0a9d11fe26

View File

@@ -75,6 +75,8 @@ export function RegisterFormWithoutPassword({
if (response && "error" in response) {
setError(response.error);
setLoading(false);
return;
}
setLoading(false);