Skip to content

Commit c7104ad

Browse files
committed
Typo in log message
1 parent 5f89885 commit c7104ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LoginWithAuthorizationProviderAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function handle(ServerRequestInterface $request): ResponseInterface
227227

228228
// Using the access token, we can get the user data of the resource owner
229229
$user_data_from_provider = $provider->getUserData($accessToken);
230-
CustomModuleLog::addDebugLog($log_module, 'Received user data from authorzation provider' . ': ' . json_encode([
230+
CustomModuleLog::addDebugLog($log_module, 'Received user data from authorization provider' . ': ' . json_encode([
231231
'user_name' => $user_data_from_provider->userName(),
232232
'real_name' => $user_data_from_provider->realName(),
233233
'email' => $user_data_from_provider->email(),

0 commit comments

Comments
 (0)