diff --git a/app/models/user.rb b/app/models/user.rb index 5f80042..4513d1d 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -19,7 +19,7 @@ class User < ApplicationRecord :two_factor_authenticatable, :two_factor_backupable, :validatable, - omniauth_providers: %i[github], + omniauth_providers: %i[github], otp_secret_encryption_key: OTP_SECRET_ENCRYPTION_KEY, )