Skip to content

Commit

Permalink
Merge pull request #35 from ManojNathIC/ubi-crud-apis
Browse files Browse the repository at this point in the history
fix:username typo fixed
  • Loading branch information
ManojNathIC authored Nov 4, 2024
2 parents cdb261d + 6609454 commit a395c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class AuthService {

public async login(req, response) {
const data = {
username: req.body.phone_number,
username: req.body.username,
password: req.body.password,
type: 'login',
};
Expand Down

0 comments on commit a395c1c

Please sign in to comment.