radiate-framework / framework

A WordPress plugin and theme framework
https://radiate-framework.github.io/
MIT License
4 stars 0 forks source link

`HttpResponseException` thrown with incorrect parameters #149

Closed BenRutlandWeb closed 2 years ago

BenRutlandWeb commented 2 years ago

Describe the bug HttpResponseException is thown in several places related to the authentication but the parameters are incorrect so an exception is thrown instead.

To Reproduce Steps to reproduce the behavior:

  1. In FormRequest and Authenticate

Expected behavior A Response object should be passed instead.