Skip to content

Commit

Permalink
fixed login template path
Browse files Browse the repository at this point in the history
  • Loading branch information
overgapo committed Jul 6, 2018
1 parent e30c73f commit c2cf085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/GoogleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function loginAction(Request $request)
$response = new Response();
$response->headers->clearCookie('logout');

return $this->render('AuthBundle::login.html.twig', [
return $this->render('@PlaytiniAuth/login.html.twig', [
'link' => $link
], $response);
}
Expand Down

0 comments on commit c2cf085

Please sign in to comment.