Skip to content

Commit

Permalink
Update social_login.php
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 authored Jan 6, 2024
1 parent 262e6b0 commit 8969c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/social_login.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'profile_handler' => \Lyrasoft\Luna\Auth\Profile\GoogleProfileHandler::class
],
'LINE' => [
'enabled' => true,
'enabled' => false,
'adapter' => \Lyrasoft\Luna\Auth\Provider\LineSocialProvider::class,
'keys' => [
'id' => env('LINE_SOCIAL_ID'),
Expand Down

0 comments on commit 8969c52

Please sign in to comment.