diff --git a/plugins/auth-backend-module-aws-alb-provider/api-report.md b/plugins/auth-backend-module-aws-alb-provider/api-report.md index c1f0c6f01b..873001d88e 100644 --- a/plugins/auth-backend-module-aws-alb-provider/api-report.md +++ b/plugins/auth-backend-module-aws-alb-provider/api-report.md @@ -13,7 +13,8 @@ import { ProxyAuthenticator } from '@backstage/plugin-auth-node'; import { SignInResolverFactory } from '@backstage/plugin-auth-node'; // @public (undocumented) -export const authModuleAwsAlbProvider: () => BackendFeature; +const authModuleAwsAlbProvider: () => BackendFeature; +export default authModuleAwsAlbProvider; // @public (undocumented) export const awsAlbAuthenticator: ProxyAuthenticator<