[Glitch] Add polling and automatic redirection to /start on email confirmation

Port e60414792d to glitch-soc
This commit is contained in:
Claire
2023-05-25 22:26:39 +02:00
parent f959f6cdbb
commit ba73f0ea3a
6 changed files with 19 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
- 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'