We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7abb95 commit b23a10cCopy full SHA for b23a10c
1 file changed
src/views/VerifyMagicLink.tsx
@@ -35,7 +35,7 @@ const VerifyMagicLink: React.FC = () => {
35
return;
36
}
37
} catch (error) {
38
- console.log(error);
+ console.error(error);
39
40
41
const channel = new BroadcastChannel('seamless-auth');
0 commit comments