mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(core): version control session (#10384)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user