Do not delete minecraft access token after its validation

This commit is contained in:
ErickSkrauch 2019-09-01 23:10:47 +03:00
parent 23a220637c
commit 29fc267148

View File

@ -26,7 +26,6 @@ class ValidateForm extends ApiForm {
}
if ($result->isExpired()) {
$result->delete();
throw new ForbiddenOperationException('Token expired.');
}