Skip to content

Commit

Permalink
Update TrainingDash.php
Browse files Browse the repository at this point in the history
  • Loading branch information
c0repwn3r committed Nov 16, 2024
1 parent a3431d0 commit 5a95c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/TrainingDash.php
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ public function handleSchedule() {
return redirect()->back()->with('error', 'Onboarding must be complete before scheduling a training session. Please refer to the ZTL onboarding course on the VATUSA Academy. Contact the TA with questions or concerns.');
}

return redirect("https://scheduling.ztlartcc.org?first_name={$user->fname}&last_name={$user->lname}&email={$user->email}&cid={$user->id}");
return redirect("https://scheddy.ztlartcc.org/");
}

private function saveNewTicket(Request $request, $id) {
Expand Down

0 comments on commit 5a95c68

Please sign in to comment.