Add polling and automatic redirection to /start
on email confirmation (#25013)
This commit is contained in:
parent
2ce0b666a1
commit
e60414792d
5 changed files with 94 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
|||
- content_for :page_title do
|
||||
= t('auth.setup.title')
|
||||
|
||||
= javascript_pack_tag 'sign_up', crossorigin: 'anonymous'
|
||||
|
||||
= simple_form_for(@user, url: auth_setup_path) do |f|
|
||||
= render 'auth/shared/progress', stage: 'confirm'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue