This commit is contained in:
2026-03-07 18:14:02 -06:00
parent 711c0c6fbd
commit 29abc8f28d
4 changed files with 272 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Laravel\Socialite\Facades\Socialite;
use Throwable;
use Illuminate\Support\Facades\Log;
//Models
use App\Models\Auth\User;