How do I get a Cancel button shown in the default Azure AD B2C sign-in UI that is displayed when I do a redirect login using the combined sign-in/sign-up policy?

The Cancel button should redirect the user back to the calling page in my Angular 4 SPA. Is this possible to do without using a custom page layout for the signIn/signUp policy?