Skip to content

Commit 8beb8cd

Browse files
committed
ISSUE-345: rename folder
1 parent 4a0522d commit 8beb8cd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Controller/AuthController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function login(Request $request): Response
5353
}
5454
}
5555

56-
return $this->render('security/login.html.twig', [
56+
return $this->render('auth/login.html.twig', [
5757
'error' => $error,
5858
]);
5959
}
File renamed without changes.

0 commit comments

Comments
 (0)