small fixes to invite user workflow

This commit is contained in:
Milo Schwartz
2024-11-14 00:13:37 -05:00
parent ba3505a385
commit 8e64b5e0e9
4 changed files with 6 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ export default async function InvitePage(props: {
)
.catch((e) => {
console.error(e);
error = formatAxiosError(e);
});
if (res && res.status === 200) {