Fix account confirmation flow not returning to app after captcha validation (#25057)

This commit is contained in:
Claire
2023-05-22 17:38:05 +02:00
committed by GitHub
parent 8d6aea3326
commit 2a61f14753
2 changed files with 36 additions and 0 deletions

View File

@ -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')