diff --git a/VERSION b/VERSION
index b584ac26..5daf0b7b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-20250324.2
+20250325
diff --git a/src/OAuth2/OAuth2ApiRoutes.php b/src/OAuth2/OAuth2ApiRoutes.php
index b47628fb..141eb2f5 100644
--- a/src/OAuth2/OAuth2ApiRoutes.php
+++ b/src/OAuth2/OAuth2ApiRoutes.php
@@ -421,6 +421,7 @@ final class OAuth2ApiRoutes implements RouteHandler, UrlSource {
             ];
         }
 
+        $userInfo = $this->authInfo->userInfo;
         $result = ['sub' => $userInfo->id];
 
         if($this->authInfo->hasScope('profile')) {