We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fade73e commit e0a5dd4Copy full SHA for e0a5dd4
AmplifyPlugins/Auth/AWSCognitoAuthPlugin/Models/SignInResult+Extension.swift
@@ -22,7 +22,7 @@ extension SignInResult {
22
let deliveryDetails = AuthCodeDeliveryDetails(destination: .sms(codeDetails?.destination))
23
return .confirmSignInWithSMSMFACode(deliveryDetails, nil)
24
case .customChallenge:
25
- return .confirmSignInWithCustomChallenge(nil)
+ return .confirmSignInWithCustomChallenge(parameters)
26
case .newPasswordRequired:
27
return .confirmSignInWithNewPassword(nil)
28
default:
0 commit comments