onFailure()

in packages/ui/src/components/CognitoAuth/components/MFATotpSetup/index.tsx [35:38]


                    onFailure(err: any) {
                        console.error('Cognito verifySoftwareToken Failure', err);
                        reject(err);
                    },