Skip to content

Commit

Permalink
remove intended method
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Apr 11, 2024
1 parent 092770a commit 2c086c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Auth/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function callbackSuccess(Request $request, string $school): RedirectRespo

$this->findOrCreateUserAndLogin($output);

return redirect()->intended(route('raiseaconcern.submit'));
return redirect()->to(route('raiseaconcern.submit'));
}

$debugarray = [
Expand Down

0 comments on commit 2c086c3

Please sign in to comment.