Files
EnvelopeGenerator/EnvelopeGenerator.API/Controllers/EnvelopeReceiverController.cs
TekH 72dffd1043 Update SQL to use User.GetId() for current user context
Replaced usage of the userId variable with User.GetId() when formatting the SQL query in EnvelopeReceiverController. This ensures the user ID is dynamically retrieved from the authenticated user context, improving accuracy and security.
2026-02-02 10:17:55 +01:00

10 KiB