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
|
@ -109,6 +109,7 @@ namespace :api, format: false do
|
|||
|
||||
namespace :emails do
|
||||
resources :confirmations, only: [:create]
|
||||
get :check_confirmation, to: 'confirmations#check'
|
||||
end
|
||||
|
||||
resource :instance, only: [:show] do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue