mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 13:12:15 +00:00
loading state
This commit is contained in:
@@ -75,6 +75,8 @@ export function RegisterFormWithoutPassword({
|
||||
|
||||
if (response && "error" in response) {
|
||||
setError(response.error);
|
||||
setLoading(false);
|
||||
return;
|
||||
}
|
||||
|
||||
setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user