We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f99557 commit 97fc430Copy full SHA for 97fc430
1 file changed
packages/react/src/hooks/useRCAuth.js
@@ -63,7 +63,11 @@ export const useRCAuth = () => {
63
}
64
65
} catch (e) {
66
- console.error('A error occurred while setting up user', e);
+ console.error('An error occurred while setting up user', e);
67
+ dispatchToastMessage({
68
+ type: 'error',
69
+ message: 'Unable to connect to server. Please check your connection and try again.',
70
+ });
71
72
};
73
0 commit comments