Skip to content

Commit 849da6c

Browse files
committed
Fixed auth.sign error
1 parent d10dd43 commit 849da6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Middlewares/AuthMiddleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function __invoke($request, $response, $next){
1818
$this->container->flash->addMessage('error', 'You have to be logged in to continue');
1919

2020
//redirect user to login page
21-
return $response->withRedirect($this->container->router->pathFor('auth.sign'));
21+
return $response->withRedirect($this->container->router->pathFor('auth.signin'));
2222
}
2323

2424

0 commit comments

Comments
 (0)