I would like to redirect to success-page when a r...
# talk-kratos
b
I would like to redirect to success-page when a recovery is successful, I thought setting the after in recovery of the config would work but It doesn't. Is this a bug or am I misunderstanding something here ?
1
The reason I wan't to do this is to avoid the common problem of people pressing this button multiple times, resulting in many emails.
s
I remember you must set whitelist_return_url also, not sure about name but it's something like that
👍 1
b
I think the reason is that the recover flow is not "done" yet hence the redirect doesn't happen
I could do this in a very hacky way, like hiding the text-field if we get a certain success message but doesn't feel good..
nvm was easy to just look at the state of the flow instead