Remove OTP_SECRET env configuration (#34748)

This commit is contained in:
Matt Jankowski 2025-05-22 05:33:21 -04:00 committed by GitHub
parent 83dd09d4dc
commit 8d4ae81ab4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View file

@ -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,