Fixed oversight.
This commit is contained in:
parent
e3707bf2b4
commit
ad89d45cf0
2 changed files with 2 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
20250324.2
|
20250325
|
||||||
|
|
|
@ -421,6 +421,7 @@ final class OAuth2ApiRoutes implements RouteHandler, UrlSource {
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$userInfo = $this->authInfo->userInfo;
|
||||||
$result = ['sub' => $userInfo->id];
|
$result = ['sub' => $userInfo->id];
|
||||||
|
|
||||||
if($this->authInfo->hasScope('profile')) {
|
if($this->authInfo->hasScope('profile')) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue