diff options
-rw-r--r-- | app/models/user.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index 70972eb2715..b45c7f20e52 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -674,9 +674,4 @@ class User < ActiveRecord::Base true end - - # Used to populate the hidden form field during Two-factor authentication - def login - username || email - end end |