mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-13 13:35:52 +00:00
Update JwtParser.php
This commit is contained in:
@@ -36,6 +36,6 @@ class JwtParser
|
||||
|
||||
private function getOauthPublicKey()
|
||||
{
|
||||
return file_get_contents(__DIR__ . '/../../../../oauth-public.key');
|
||||
return file_get_contents(dirname(__DIR__, 3) . '/oauth-public.key');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user