Browse Source

Update two_factor_authentication.rb

pull/2/head
Recker Swartz 3 years ago committed by GitHub
parent
commit
aa74eb531d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      lib/two_factor_authentication.rb

6
lib/two_factor_authentication.rb

@ -32,6 +32,12 @@ module Devise
mattr_accessor :delete_cookie_on_logout mattr_accessor :delete_cookie_on_logout
@@delete_cookie_on_logout = false @@delete_cookie_on_logout = false
mattr_accessor :issuer
@@issuer = ''
mattr_accessor :logo_url
@@logo_url = ''
end end
module TwoFactorAuthentication module TwoFactorAuthentication

Loading…
Cancel
Save