Method: Usman::AuthenticationService#authenticate

Defined in:
app/services/usman/authentication_service.rb

#authenticateObject



38
39
40
# File 'app/services/usman/authentication_service.rb', line 38

def authenticate
  set_error() unless @user.authenticate(@password)
end