How to hide these 2 verification tab 'Softpin Verification For Amazon Connect' & 'SMS Verification For Amazon Connect' from the Enrollment screen.SummaryPassword Reset Enrollment screen showing more verification tab than what being selected in password reset verifications (image below). We noticed in the verification type table 'pwd_verification' where both of these verification 'Softpin Verification For Amazon Connect' & 'SMS Verification For Amazon Connect' are coming from the store application 'Virtual Agent API'. InstructionsThis seems to be by design.We could hide these 2 unwanted verification tab by Modify script include below: PasswordResetScopedUtilhttps://<InstanceName>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=ed2ed16873232300d49c2ea3c4f6a765below line:var isCustomAdapterPluginActive = pluginManager.isActive('com.glide.cs.custom.adapter');add line:isCustomAdapterPluginActive = false;