Files
evo-sync/web/routes/connections.py
mguschin 04ca914971 fix: use get_viewed_user in all connection action routes
All POST/action routes in connections.py were using get_current_user,
which returns the real logged-in admin instead of the impersonated user.
Disconnect, test, save and manual token routes now all operate on the
viewed user so admin impersonation works correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 17:09:56 +03:00

13 KiB