Update RegisterController.php
This commit is contained in:
parent
7b974c17d2
commit
c1ca96d67c
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class RegisterController extends Controller
|
|||
if ($response->failed()) {
|
||||
$user->delete();
|
||||
throw ValidationException::withMessages([
|
||||
'ptero' => [__('Account already exists on Pterodactyl. Please contact the Support!')],
|
||||
'ptero_registration_error' => [__('Account already exists on Pterodactyl. Please contact the Support!')],
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue