amazon cognito domain on amplify not pulling

Solutions on MaxInterview for amazon cognito domain on amplify not pulling by the best coders in the world

showing results for - "amazon cognito domain on amplify not pulling"
Noemi
06 Apr 2020
1import config from "./aws-exports";
2// Update Cognito Settings
3config.oauth.domain = "staging.auth.xxxxx.app";
4Amplify.configure(config);