If you redirect to another page after logging out the feedback will not be shown.
The feedback is only visible when you return to a profile or the logout page.
Details
Relevant Bolt Auth Version: 3.x
Relevant Bolt Version: 3.x
Reproduction
Create a bolt site
Add the boltauth extension and configure a local provider
Create some pages
Create a page with the slug page/welcome
Set the login redirect in app/config/extensions/auth.boltauth.yml to the welcome page
redirects:
login: /page/welcome
Log in with boltauth and you will be redirected to /page/welcome
You will not see the message "Login successful." on the welcome page.
If you redirect to another page after logging out the feedback will not be shown. The feedback is only visible when you return to a profile or the logout page.
Details
Reproduction
page/welcome
app/config/extensions/auth.boltauth.yml
to the welcome page/page/welcome