Skip to content

Commit

Permalink
Update LoginPage.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
e-macgregor authored Oct 29, 2023
1 parent 39fad06 commit e4e1e3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modern/src/login/LoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const LoginPage = () => {
method: 'POST',
body: new URLSearchParams(code.length ? query + `&code=${code}` : query),
});
console.log(response); // TODO check missing code
if (response.ok) {
const user = await response.json();
generateLoginToken();
Expand Down

0 comments on commit e4e1e3f

Please sign in to comment.