Skip to content

Commit

Permalink
chore(angular): Make authenticator service variable public (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlee221 authored Nov 17, 2021
1 parent 8f0301f commit 5414863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import awsExports from '@environments/auth-with-federated/src/aws-exports';
templateUrl: 'custom-slots.component.html',
})
export class CustomSlotsComponent {
constructor(private authenticator: AuthenticatorService) {
constructor(public authenticator: AuthenticatorService) {
Amplify.configure(awsExports);
}
}

0 comments on commit 5414863

Please sign in to comment.