aws-amplify / amplify-js

A declarative JavaScript library for application development using cloud services.
https://docs.amplify.aws/lib/q/platform/js
Apache License 2.0
9.38k stars 2.1k forks source link

fix(core): assign the correct keys for Apple and Amazon providers #13369

Closed israx closed 1 month ago

israx commented 1 month ago

Description of changes

Currently there is a key miss match present in the Amazon and Apple social providers generated by amplifyOutputs. This PR matches the returned keys in the parseAmplifyOutputs helper.

Issue #, if available

Description of how you validated changes

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.