mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 13:26:41 +00:00
small fixes to invite user workflow
This commit is contained in:
@@ -49,6 +49,7 @@ export default async function InvitePage(props: {
|
||||
)
|
||||
.catch((e) => {
|
||||
console.error(e);
|
||||
error = formatAxiosError(e);
|
||||
});
|
||||
|
||||
if (res && res.status === 200) {
|
||||
|
||||
Reference in New Issue
Block a user