diff --git a/framework/core/src/Forum/Auth/ResponseFactory.php b/framework/core/src/Forum/Auth/ResponseFactory.php index 37eb5e9cc..6bcc581fd 100644 --- a/framework/core/src/Forum/Auth/ResponseFactory.php +++ b/framework/core/src/Forum/Auth/ResponseFactory.php @@ -56,7 +56,7 @@ class ResponseFactory $provided, $registration->getSuggested(), [ - 'token' => $token->id, + 'token' => $token->token, 'provided' => array_keys($provided) ] ));