Skip to content

Commit

Permalink
fix: lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu-tro committed Sep 12, 2024
1 parent 8825ba3 commit 2024fef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Login/PasswordLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ const PasswordLogin = ({ color, endpoint }) => {
};

const LostPassword = () => {
if (isLock) {
return;
}
// if (isLock) {
// return;
// }
Emitter.emit('handleLostPassword');
};

Expand Down

0 comments on commit 2024fef

Please sign in to comment.