mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:42:58 +03:00
[PR #487] [MERGED] fix: pass context to methods that were missing it #775
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/pocket-id/pocket-id/pull/487
Author: @ItalyPaleAle
Created: 4/26/2025
Status: ✅ Merged
Merged: 4/26/2025
Merged by: @kmendell
Base:
main← Head:fix-missing-context📝 Commits (1)
17cdcc3fix: pass context to methods that were missing it📊 Changes
2 files changed (+35 additions, -30 deletions)
View changed files
📝
backend/internal/controller/oidc_controller.go(+20 -22)📝
backend/internal/service/oidc_service.go(+15 -8)📄 Description
A few methods that were added recently did not receive the context from the request. This fixes it and ensures consistency.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.