2 lines
87 B
Ruby
2 lines
87 B
Ruby
|
SUPER_ADMIN_OTP_ENABLED = ENV.fetch("SUPER_ADMIN_OTP_ENABLED", "enabled") == "enabled"
|