Class: Gitlab::DeviseFailure
- Inherits:
-
Devise::FailureApp
- Object
- Devise::FailureApp
- Gitlab::DeviseFailure
- Defined in:
- lib/gitlab/devise_failure.rb
Instance Method Summary collapse
-
#http_auth? ⇒ Boolean
If the request format is not known, send a redirect instead of a 401 response, since this is the outcome we're most likely to want.
Instance Method Details
#http_auth? ⇒ Boolean
If the request format is not known, send a redirect instead of a 401 response, since this is the outcome we're most likely to want
7 8 9 |
# File 'lib/gitlab/devise_failure.rb', line 7 def http_auth? request_format && super end |