Browse Source

rubocop

pull/594/head
JG 3 years ago
parent
commit
8a13dcd4dd
  1. 1
      app/models/user.rb

1
app/models/user.rb

@ -91,6 +91,7 @@ class User < ApplicationRecord
def need_two_factor_authentication?(_request)
return false if Rails.env.development?
support?
end

Loading…
Cancel
Save