Skip to content

Commit

Permalink
Correção do placeholder na view de login
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmoura committed Jan 18, 2017
1 parent 14bff5b commit f1ccd01
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 315 deletions.
76 changes: 51 additions & 25 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/Http/Controllers/Auth/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function postLogin() {
$httpClient = new Client();
try
{
$response = $httpClient->request("POST", "http://200.239.152.5/ldapi/auth", [
$response = $httpClient->request(Config::get('ldapi.requestMethod'), Config::get('ldapi.authUrl'), [
"auth" => [Config::get('ldapi.user'), Config::get('ldapi.password'), "Basic"],
"body" => json_encode($requestBody),
"headers" => [
Expand Down
Binary file not shown.
Loading

0 comments on commit f1ccd01

Please sign in to comment.