diff --git a/lib/two_factor_authentication.rb b/lib/two_factor_authentication.rb index 7b1bbbc..87c1740 100644 --- a/lib/two_factor_authentication.rb +++ b/lib/two_factor_authentication.rb @@ -32,6 +32,12 @@ module Devise mattr_accessor :delete_cookie_on_logout @@delete_cookie_on_logout = false + + mattr_accessor :issuer + @@issuer = '' + + mattr_accessor :logo_url + @@logo_url = '' end module TwoFactorAuthentication