mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Etsy logo added
This commit is contained in:
parent
886b0a6373
commit
5d5a7b88e0
2 changed files with 2 additions and 2 deletions
BIN
public/images/users/etsy.png
Normal file
BIN
public/images/users/etsy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
|
|
@ -68,7 +68,7 @@ class Notion extends OAuth2
|
|||
*/
|
||||
public function getName():string
|
||||
{
|
||||
return 'notion';
|
||||
return 'etsy';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -96,7 +96,7 @@ class Notion extends OAuth2
|
|||
{
|
||||
if(empty($this->tokens)) {
|
||||
$headers = ['Content-Type: application/x-www-form-urlencoded'];
|
||||
|
||||
|
||||
$this->tokens = \json_decode($this->request(
|
||||
'POST',
|
||||
$this->endpoint . '/oauth/token',
|
||||
|
|
|
|||
Loading…
Reference in a new issue