Remove OTP_SECRET env configuration (#34748)
This commit is contained in:
@@ -73,7 +73,6 @@ class User < ApplicationRecord
|
||||
ACTIVE_DURATION = ENV.fetch('USER_ACTIVE_DAYS', 7).to_i.days.freeze
|
||||
|
||||
devise :two_factor_authenticatable,
|
||||
otp_secret_encryption_key: Rails.configuration.x.otp_secret,
|
||||
otp_secret_length: 32
|
||||
|
||||
devise :two_factor_backupable,
|
||||
|
||||
Reference in New Issue
Block a user