Ver código fonte

login as email fix

Alexander Musikhin 6 meses atrás
pai
commit
a526edb42b
1 arquivos alterados com 1 adições e 1 exclusões
  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])