this.error='Knowledge Based Authentication Failed - make sure you provide correct answers for the Knowledge Based authentication.'
if(data.result?.issues?.length){
this.error=`Knowledge Based Authentication Failed - make sure you provide correct details for the Knowledge Based authentication: ${data.result.issues.join(', ')}`
}else{
this.error='Knowledge Based Authentication Failed - make sure you provide correct answers for the Knowledge Based authentication.'
}
thrownewError('Knowledge Based Authentication Failed')