aws-amplify
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -230,2 +230,4 @@ "use strict"; | ||
logger.debug('signIn MFA required'); | ||
user['challengeName'] = challengeName; | ||
user['challengeParam'] = challengeParam; | ||
resolve(user); | ||
@@ -235,6 +237,8 @@ }, | ||
logger.debug('signIn new password'); | ||
resolve({ | ||
user['challengeName'] = 'NEW_PASSWORD_REQUIRED'; | ||
user['challengeParam'] = { | ||
userAttributes: userAttributes, | ||
requiredAttributes: requiredAttributes | ||
}); | ||
}; | ||
resolve(user); | ||
} | ||
@@ -241,0 +245,0 @@ }); |
{ | ||
"name": "aws-amplify", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6853536
39010