mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1081] [MERGED] Fix OAuth Routes, function calls need to be public
#1168
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1081
Author: @rmartinoscar
Created: 3/12/2025
Status: ✅ Merged
Merged: 3/12/2025
Merged by: @rmartinoscar
Base:
main← Head:fix/OauthRouteScope📝 Commits (1)
27675e6Makeredirect&callbackpublic instead ofprivateas required by Laravel 12📊 Changes
2 files changed (+7 additions, -5 deletions)
View changed files
📝
app/Http/Controllers/Auth/OAuthController.php(+2 -2)📝
routes/auth.php(+5 -3)📄 Description
The scope now matters as of Laravel 12
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.