2
0

Add SELF_DESTRUCT env variable to process self-destructions in the background (#26439)

This commit is contained in:
Claire
2023-10-23 17:46:21 +02:00
committed by GitHub
parent 26d2a2a0cc
commit 379115e601
22 changed files with 193 additions and 57 deletions

View File

@@ -1,6 +1,7 @@
# frozen_string_literal: true
class Auth::PasswordsController < Devise::PasswordsController
skip_before_action :check_self_destruct!
before_action :check_validity_of_reset_password_token, only: :edit
before_action :set_body_classes