diff --git a/src/Forum/Auth/ResponseFactory.php b/src/Forum/Auth/ResponseFactory.php index 37eb5e9cc1..6bcc581fd3 100644 --- a/src/Forum/Auth/ResponseFactory.php +++ b/src/Forum/Auth/ResponseFactory.php @@ -56,7 +56,7 @@ public function make(string $provider, string $identifier, callable $configureRe $provided, $registration->getSuggested(), [ - 'token' => $token->id, + 'token' => $token->token, 'provided' => array_keys($provided) ] ));