소스 검색

Update RegisterController.php

Dennis 3 년 전
부모
커밋
c1ca96d67c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Auth/RegisterController.php

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