1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Update src/Appwrite/Auth/OAuth2/Disqus.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Bishwajeet Parhi 2022-08-05 21:25:21 +05:30 committed by GitHub
parent 3f15035c1a
commit dab0a8ec27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,9 @@ class Disqus extends OAuth2
return 'disqus'; return 'disqus';
} }
/**
* @return string
*/
public function getLoginURL(): string public function getLoginURL(): string
{ {
$url = $this->endpoint . 'oauth/2.0/authorize/?' . $url = $this->endpoint . 'oauth/2.0/authorize/?' .