[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

@ -45,6 +45,6 @@ class Auth::SetupController < ApplicationController
end
def set_pack
use_pack 'auth'
use_pack 'sign_up'
end
end