diff --git a/app/Http/Controllers/DashboardController.php b/app/Http/Controllers/DashboardController.php index d1de87456..9ff050318 100644 --- a/app/Http/Controllers/DashboardController.php +++ b/app/Http/Controllers/DashboardController.php @@ -128,6 +128,7 @@ public function index(Request $request) 'overrideDate' => $overrideDate, 'needsResume' => $needsResume, 'githubInvitePending' => $user->github_invite_pending, + 'clickupEmail' => $user->clickup_email, 'clickupInvitePending' => $user->clickup_invite_pending, 'sumsAccessPending' => $sumsAccessPending, 'signedLatestAgreement' => $signedLatestAgreement, diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 3d4af2193..899aeba52 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -157,12 +157,11 @@

- Clickup Invitation Pending + ClickUp Invitation Pending

- You have been invited to the RoboJackets Clickup page. Please go to Clickup using the link below and accept your invitation. + You have been invited to the RoboJackets ClickUp workspace. Please check your email at {!! $clickupEmail !!} to accept your invitation.

- Accept Your Invitation