Procházet zdrojové kódy

Update RegisterController.php

Dennis před 3 roky
rodič
revize
c1ca96d67c

+ 1 - 1
app/Http/Controllers/Auth/RegisterController.php

@@ -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!')],
             ]);
         }