From 8969c52f7701acf1a570783dfce4abc50367d5b8 Mon Sep 17 00:00:00 2001 From: Simon Asika Date: Sun, 7 Jan 2024 01:45:08 +0800 Subject: [PATCH] Update social_login.php --- etc/social_login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/social_login.php b/etc/social_login.php index f268001a..74b0c224 100644 --- a/etc/social_login.php +++ b/etc/social_login.php @@ -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'),