Skip to content

Commit

Permalink
fix bug on unverified user
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald-pro committed Jul 8, 2024
1 parent c2bad31 commit 345918a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/processes/nishauri_new.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ router.post("/signin", async (req, res) => {
page_id: 0,
token: token,
refreshToken: refreshToken,
phone_no: check_username.msisdn,
account_verified: check_username.is_active
};

Expand Down

0 comments on commit 345918a

Please sign in to comment.