From 9d8718d110f20e2460794645fcfecd7067d9e680 Mon Sep 17 00:00:00 2001 From: Claudio Date: Fri, 19 Sep 2025 09:50:57 +0200 Subject: [PATCH] only entraid provider --- config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/auth.php b/config/auth.php index 6511ca0..19ee034 100644 --- a/config/auth.php +++ b/config/auth.php @@ -12,7 +12,7 @@ return [ */ 'social' => [ - 'providers' => ['facebook', 'twitter', 'google', 'microsoft'], + 'providers' => ['microsoft'], ], /*