Skip to content

Commit

Permalink
make sure we can see the kind of error (#6074)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs authored Jul 19, 2024
1 parent 4c7afb8 commit 8ef8e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/components/register/Register.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
};
dispatch("createdUser", createdUser);
} else {
error.set(`Unexpected register user response: ${resp}`);
error.set(`Unexpected register user response: ${resp.kind}`);
}
});
}
Expand Down

0 comments on commit 8ef8e90

Please sign in to comment.