super_admin: fix OTP generation
This commit is contained in:
parent
ed8f0d4634
commit
12cd996af9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class SuperAdminsController < ApplicationController
|
||||||
|
|
||||||
if Rails.env.development?
|
if Rails.env.development?
|
||||||
issuer += " (local)"
|
issuer += " (local)"
|
||||||
elsif staging?
|
elsif helpers.staging?
|
||||||
issuer += " (dev)"
|
issuer += " (dev)"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue