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
b8ddc76a
"resources/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "9cfd39217af6790079a808c5b844be511da57609"
Commit
b8ddc76a
authored
May 26, 2021
by
Carlos André
Browse files
login abrindo quando ocorre um erro
parent
933c7556
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/app.blade.php
View file @
b8ddc76a
...
@@ -108,11 +108,12 @@
...
@@ -108,11 +108,12 @@
<div
style=
"color: rgb(0, 140, 255); margin: 5px; text-align: center; font-size: 20px;"
>
<div
style=
"color: rgb(0, 140, 255); margin: 5px; text-align: center; font-size: 20px;"
>
Entrar
Entrar
</div>
</div>
<input
type=
"hidden"
name=
"login"
value=
"0"
>
<div
style=
"margin-top: 30px;"
>
<div
style=
"margin-top: 30px;"
>
<label
for=
"email"
class=
"col-form-label negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Endereço de E-mail') }}
</label>
<label
for=
"email"
class=
"col-form-label negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Endereço de E-mail') }}
</label>
<input
id=
"email"
type=
"email"
class=
"form-control @error('email') is-invalid @enderror"
name=
"email"
value=
"{{ old('email') }}"
required
autocomplete=
"email"
autofocus
>
<input
id=
"email"
type=
"email"
class=
"form-control @error('email') is-invalid @enderror"
name=
"email"
value=
"{{ old('email') }}"
required
autocomplete=
"email"
autofocus
>
@error('email')
@error('email')
<span
class=
"invalid-feedback"
role=
"alert"
>
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $message }}
</strong>
<strong>
{{ $message }}
</strong>
...
@@ -333,7 +334,7 @@
...
@@ -333,7 +334,7 @@
event
.
stopPropagation
();
event
.
stopPropagation
();
});
});
});
});
@
if
(
old
(
'
email
'
)
!=
null
)
@
if
(
old
(
'
login
'
)
!=
null
)
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
()
{
$
(
'
#dropdownMenuLink
'
).
click
();
$
(
'
#dropdownMenuLink
'
).
click
();
});
});
...
...
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