goauthentik / goauthentik/authentik
how to hide Continue button on a prompt stage
- Dominant language
- Python
- Stars
- 25.6k
- Forks
- 2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 644
Description
I have created a recovery flow, which is used to reset password only. After password reset, the flow should end and user can close the window. I don't want it to redirect back to the login.
I am using a prompt stage as the last stage of this flow, since I can use a static prompt to display the password reset success message to user after the password has been changed.
However, the prompt stage has a Continue button, which don't serve any purpose. Since this stage is the last stage in this flow, clicking on it, nothing happens.
I am wondering is there any way I can either hide this Continue button or change it so it can redirect to a url I can set?
**Screenshots**

**Version and Deployment:**
- authentik version: 2023.8.3
- Deployment: helm
Contributor guide
Assessment
This issue has not been assessed yet.