mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update src/Appwrite/Auth/OAuth2/Auth0.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
parent
0784981c42
commit
e7fd6a81ac
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ class Auth0 extends OAuth2
|
|||
* Decode the JSON stored in appSecret
|
||||
* @return array
|
||||
*/
|
||||
protected function decodeJson(): array
|
||||
protected function getAppSecret(): array
|
||||
{
|
||||
try {
|
||||
$secret = \json_decode($this->appSecret, true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue