Fix API response to show correct error.
This commit is contained in:
parent
72c0330486
commit
cce27dfff1
2 changed files with 8 additions and 7 deletions
|
@ -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`.
|
||||
|
|
Reference in a new issue