refactor: update auth module default export

Signed-off-by: Timothy Deakin <cftad@protonmail.com>
This commit is contained in:
Timothy Deakin
2024-03-28 23:49:47 +00:00
parent 34217c5d37
commit 7167a05053
@@ -21,6 +21,6 @@
*/
export { awsAlbAuthenticator } from './authenticator';
export { authModuleAwsAlbProvider } from './module';
export { authModuleAwsAlbProvider as default } from './module';
export { awsAlbSignInResolvers } from './resolvers';
export { type AwsAlbResult } from './types';