question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cancel button redirects to /

See original GitHub issue

On the B2C login form we have two additional links: image

which lead us to the next sections: image image

Both of them have cancel button in place.

But when I click cancel I’m redirected not to the main login form, but to my_app_host/.

Could you please describe how can I override this behavior and make those buttons redirect me to the login form (first image)?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
RoshmiAugustinecommented, Apr 11, 2023

any update on this issue? How cancel will be handled from the custom policy for reset password?

1reaction
jennyf19commented, Dec 5, 2020

@hankovich we have been told end of Dec 2020, so we will see. We’ll keep you posted.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to create a HTML Cancel button that redirects to a URL
To avoid getting a button with its label underlined like a link, use <button type="button">Cancel</button> instead of an input. – Noumenon.
Read more >
How to redirect to a different page by cancel button
1-add a new custom cancel button. 2-hide the original Cancel buttons. 3-add the redirect action to the custom button. 4-hide the Ribbon cancel....
Read more >
Creating a Cancel Button that Redirects to a URL
It requires creating a button element and adding the “onclick” attribute in the opening tag as the event handler. And then, specify the...
Read more >
HTML Cancel button to redirects to a URL using javascript
i am working on this javascript code and I need some help. IN HTML i have. "<button type="button" id="cancelButton">Cancel</button>".
Read more >
Redirect to another page when 'cancel' button is clicked
I have a link on a main dashboard page, which when clicked redirects to an edit record page with the main dashboard page...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found