Skip to content

Commit b23a10c

Browse files
committed
changed console.logs to errors
1 parent a7abb95 commit b23a10c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/VerifyMagicLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const VerifyMagicLink: React.FC = () => {
3535
return;
3636
}
3737
} catch (error) {
38-
console.log(error);
38+
console.error(error);
3939
}
4040

4141
const channel = new BroadcastChannel('seamless-auth');

0 commit comments

Comments
 (0)