Skip to content

Commit

Permalink
Add extra logging for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
n08i40k committed Jan 26, 2025
1 parent ddcb6b6 commit 75e5874
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vkid/vkid.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export class VKIDController {
const result = await this.vkidService.oauth(oAuthRequestDto);
if (!result) throw new NotAcceptableException("OAuth process failed");

console.log("Access token exchanged!", result.accessToken);

return result;
}
}

0 comments on commit 75e5874

Please sign in to comment.