Merge pull request #5897 from betagouv/fix-super-admin-otp
SuperAdmin : correction de la génération initiale du code OTP (#5897)
This commit is contained in:
commit
465e3576c6
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