Fix API response to show correct error.

This commit is contained in:
Dane Everitt 2017-05-22 19:25:26 -05:00
parent 72c0330486
commit cce27dfff1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 8 additions and 7 deletions

View file

@ -7,6 +7,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Fixed
* Fixes a bug preventing the use of services that have no variables attached to them.
* Fixes 'Remember Me' checkbox being ignored when using 2FA on an account.
* API now returns a useful error displaying what went wrong rather than an obscure 'An Error was Encountered' message when API issues arise.
### Changed
* Renamed session cookies from `laravel_session` to `pterodactyl_session`.