Skip to content

Commit

Permalink
misc: remove finished todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jinho-choi123 committed Mar 22, 2024
1 parent 70ca6f3 commit d7e6283
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/redux/auth/loginThunk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export const loginThunk =
name: deviceId,
password: pin,
});
// TODO
// add api request to login

const isLoginSuccess = response.data.success;

Expand Down

0 comments on commit d7e6283

Please sign in to comment.