Open josefaidt opened 4 weeks ago
declares AWS crypto as a dependency for auth package where it is consumed https://github.com/aws-amplify/amplify-js/blob/main/packages/auth/src/providers/cognito/utils/oauth/generateCodeVerifier.ts#L4
fixes #13024
yarn test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes
declares AWS crypto as a dependency for auth package where it is consumed https://github.com/aws-amplify/amplify-js/blob/main/packages/auth/src/providers/cognito/utils/oauth/generateCodeVerifier.ts#L4
Issue #, if available
fixes #13024
Description of how you validated changes
Checklist
yarn test
passesChecklist for repo maintainers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.