Procházet zdrojové kódy

login as email fix

Alexander Musikhin před 6 měsíci
rodič
revize
a526edb42b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      resources/views/users/index.blade.php

+ 1 - 1
resources/views/users/index.blade.php

@@ -40,7 +40,7 @@
                     <form action="{{ route('user.store') }}" method="post">
                         @csrf
 
-                        @include('partials.input', ['name' => 'Логин/email', 'type' => 'text', 'title' => 'Email', 'required' => true])
+                        @include('partials.input', ['name' => 'email', 'type' => 'text', 'title' => 'Логин/email', 'required' => true])
                         @include('partials.input', ['name' => 'name', 'title' => 'Имя', 'required' => true])
                         @include('partials.input', ['name' => 'phone', 'title' => 'Телефон'])
                         @include('partials.input', ['name' => 'password', 'type' => 'password', 'title' => 'Пароль', 'required' => true])