You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(auth): resolve variable scoping issue in service decorator
- Move original_param_names declaration outside conditional block
- Fixes 'cannot access local variable' error in authentication flow
- Ensures variable is available for both kwargs and positional arg paths
0 commit comments