mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1039] [MERGED] Call parent constructor in custom oauth provider classes #1131
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/1039
Author: @Boy132
Created: 2/27/2025
Status: ✅ Merged
Merged: 2/27/2025
Merged by: @Boy132
Base:
main← Head:boy132/fix-oauth-contructor📝 Commits (1)
0496bbacall parent constructor in custom oauth provider classes📊 Changes
4 files changed (+16 additions, -4 deletions)
View changed files
📝
app/Extensions/OAuth/Providers/AuthentikProvider.php(+4 -1)📝
app/Extensions/OAuth/Providers/DiscordProvider.php(+4 -1)📝
app/Extensions/OAuth/Providers/GithubProvider.php(+4 -1)📝
app/Extensions/OAuth/Providers/SteamProvider.php(+4 -1)📄 Description
Without the parent constructor the provider isn't registered properly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.