Fix account confirmation flow not returning to app after captcha validation (#25057)
This commit is contained in:
parent
8d6aea3326
commit
2a61f14753
2 changed files with 36 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
= render 'auth/shared/progress', stage: 'confirm'
|
||||
|
||||
= hidden_field_tag :confirmation_token, params[:confirmation_token]
|
||||
= hidden_field_tag :redirect_to_app, params[:redirect_to_app]
|
||||
|
||||
%p.lead= t('auth.captcha_confirmation.hint_html')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue