Commit b340fb45 authored by carlos's avatar carlos
Browse files

view de verificacao

parent 2a690952
......@@ -95,7 +95,7 @@ class RegisterController extends Controller
$user = new User();
$user->name = $data['name'];
$user->email = $data['email'];
$user->password = bcrypt($data['password']);
$user->password = bcrypt($data['senha']);
$user->cpf = $data['cpf'];
$user->celular = $data['celular'];
if ($data['instituicao'] != null) {
......
......@@ -18,7 +18,7 @@
{{ __('Se você não recebeu o e-mail') }},
<form class="d-inline" method="POST" action="{{ route('verification.resend') }}">
@csrf
<button type="submit" class="btn btn-link p-0 m-0 align-baseline">{{ __('clique aqui para solicitar outro.') }}</button>.
<button type="submit" class="btn btn-link p-0 m-0 align-baseline">{{ __('clique aqui para solicitar outro.') }}</button>
</form>
</div>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment