Add SELF_DESTRUCT env variable to process self-destructions in the background (#26439)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
class Auth::SessionsController < Devise::SessionsController
|
||||
layout 'auth'
|
||||
|
||||
skip_before_action :check_self_destruct!
|
||||
skip_before_action :require_no_authentication, only: [:create]
|
||||
skip_before_action :require_functional!
|
||||
skip_before_action :update_user_sign_in
|
||||
|
Reference in New Issue
Block a user