Is there a way to disable the save password action sheet in my iOS app

Hi! I wonder if there is a way to disable the save password action sheet. It seems the action sheet is displayed once the container view controller is dismissed. The reasons that I want to disable the sheet are:

  1. I want to prompt the user to save passwords only after a successful login
  2. I want to use my UI

Is there a way to disable the save password action sheet in my iOS app
 
 
Q