We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3344881 commit 82b9b4aCopy full SHA for 82b9b4a
{{cookiecutter.project_slug}}/frontend/src/views/#.tsx
@@ -51,7 +51,7 @@ export const Login: FC = () => {
51
setError(err.message);
52
} else {
53
// handle errors thrown from backend
54
- setError(err);
+ setError(String(err));
55
}
56
57
};
0 commit comments