Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
b340fb45
"vscode:/vscode.git/clone" did not exist on "841fe1fcfe0969a4241edc853b67886d3eb0d6bb"
Commit
b340fb45
authored
Jun 30, 2020
by
carlos
Browse files
view de verificacao
parent
2a690952
Changes
2
Show whitespace changes
Inline
Side-by-side
app/Http/Controllers/Auth/RegisterController.php
View file @
b340fb45
...
...
@@ -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
)
{
...
...
resources/views/auth/verify.blade.php
View file @
b340fb45
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment