My custom policies for AzureB2C is based on this example: https://github.com/azure-ad-b2c/samples/tree/master/policies/split-email-verification-and-signup
This splits the email verification from the actual sign-up and provides a better user experience.
I would like to remove the third page in the email verification flow as you can see in the image from the page above. (It's the one with the 'Change email' button)
Is there a way to achieve this?
I research in the official documentation and a lot of examples but did not find a solution yet :(
I'm thankful for any hint in the right direction.
Karin