fix(core): version control session (#10384)

This commit is contained in:
forehalo
2025-02-24 04:44:43 +00:00
parent f02b57d58b
commit b71fe291d1
3 changed files with 30 additions and 17 deletions

View File

@@ -134,12 +134,13 @@ export const SignInStep = ({
});
}
}
} catch (err) {
} catch (err: any) {
console.error(err);
// TODO(@eyhn): better error handling
notify.error({
title: 'Failed to send email. Please try again.',
title: 'Failed to sign in',
message: err.message,
});
}