Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
26d7ffa0ed
3 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -19,7 +19,7 @@ node_modules
|
|||
.vscode/*
|
||||
|
||||
# IDE - VSCode
|
||||
.vscode/*
|
||||
.vscode/
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
|
||||
| Sponsor | Logo | Description |
|
||||
|---------|:-----------------------------------------------------------------------:|-----------------|
|
||||
| [Hostinger](https://www.hostinger.com/?ref=postiz) | <img src=".github/sponsors/hostinger.png" alt="Hostinger" width="500"/> | Hostinger is on a mission to make online success possible for anyone – from developers to aspiring bloggers and business owners |
|
||||
| [Hostinger](https://www.hostinger.com/vps/docker/postiz?ref=postiz) | <img src=".github/sponsors/hostinger.png" alt="Hostinger" width="500"/> | Hostinger is on a mission to make online success possible for anyone – from developers to aspiring bloggers and business owners |
|
||||
| [Virlo](https://dev.virlo.ai/?ref=postiz) | <img src="https://github.com/user-attachments/assets/25182598-5344-45fc-b9cd-e4cfa16aabfd" alt="Virlo" width="500"/> | Virlo is the #1 social media trend spotting and all-in-one GTM tool for teams leveraging short-form video |
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ export class YoutubeProvider extends SocialAbstract implements SocialProvider {
|
|||
return {
|
||||
accessToken: credentials.access_token!,
|
||||
expiresIn: unixTimestamp!,
|
||||
refreshToken: credentials.refresh_token!,
|
||||
refreshToken: credentials.refresh_token ?? refresh_token,
|
||||
id: data.id!,
|
||||
name: data.name!,
|
||||
picture: data?.picture || '',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue