mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 09:47:46 +03:00
Add extra logging for tests.
This commit is contained in:
@@ -38,6 +38,8 @@ export class VKIDController {
|
|||||||
const result = await this.vkidService.oauth(oAuthRequestDto);
|
const result = await this.vkidService.oauth(oAuthRequestDto);
|
||||||
if (!result) throw new NotAcceptableException("OAuth process failed");
|
if (!result) throw new NotAcceptableException("OAuth process failed");
|
||||||
|
|
||||||
|
console.log("Access token exchanged!", result.accessToken);
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user