Commit b8ddc76a authored by Carlos André's avatar Carlos André
Browse files

login abrindo quando ocorre um erro

parent 933c7556
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
<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>
...@@ -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();
}); });
......
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