Skip to content

Commit fd1e624

Browse files
fix
1 parent f6f52a9 commit fd1e624

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

classes/OIDConnectSocialiteProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php namespace Codecycler\SURFconext\Classes;
22

3-
use Illuminate\Support\Facades\Log;
43
use Lcobucci\JWT\Parser;
54
use Illuminate\Http\Request;
65
use October\Rain\Support\Arr;
@@ -90,7 +89,7 @@ protected function getUserByToken($token)
9089

9190
$claims = $plainToken->claims();
9291

93-
Log::debug($claims->toString());
92+
\Log::info($claims->toString());
9493

9594
return [
9695
'sub' => $claims->get('sub'),

0 commit comments

Comments
 (0)