fix/gro-459-duplicate-auth-provider
main
The authProviderRouter was registered twice at /admin/auth-provider in apps/api/src/index.ts. The second registration is a no-op but creates confusion. Remove the duplicate line. Co-Authored-By: Paperclip <noreply@paperclip.ing>