Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Nov 12, 2019
1 parent cef6623 commit a30bac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WelcomeController.php
Expand Up @@ -35,7 +35,7 @@ public function savePassword(Request $request)

protected function invalidLinkResponse()
{
return view('welcomeNotification::invalidWelcomeLink');
return response()->view('welcomeNotification::invalidWelcomeLink', [], 404);
}

protected function sendResetResponse(): Response
Expand Down

0 comments on commit a30bac1

Please sign in to comment.