Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #133 from gsainfoteam/userlogin-e
Browse files Browse the repository at this point in the history
modi to return err for idp, add consolelog
  • Loading branch information
minjunj authored Feb 7, 2024
2 parents f792d85 + 92e4c84 commit f6e6492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export class UserService {
console.log(accessTokeResponse.data);
return await accessTokeResponse.data;
} catch (e) {
console.log(e);
throw new UnauthorizedException('Invalid auth code');
}
}
Expand Down

0 comments on commit f6e6492

Please sign in to comment.