Skip to content

Commit

Permalink
chore: log
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Jul 4, 2024
1 parent a4a774a commit d59c7af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/auth/providers/telegram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export const TelegramProvider = ({ botToken }: TelegramProviderOptions) =>

const user = await validator.validate(data);

return JSON.parse(JSON.stringify(user));
console.log('user');
console.log(user);

if (user.id && user.first_name) {
return {
Expand Down

0 comments on commit d59c7af

Please sign in to comment.