Skip to content

Commit

Permalink
removed console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
larryrider committed May 16, 2024
1 parent fdf669e commit 3982a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/features/welcome/components/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Login = (props: { _updateInxtToken: (token: string) => void }) => {
}
}
} catch (err) {
console.log(err);
// show error
}
};

Expand Down

0 comments on commit 3982a8f

Please sign in to comment.