Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/TriggerEmail/TriggerEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public function spawnEmail(array $input): void
'[[env(APP_NAME)]]' => config('speedi.system.app_name'),
'[[env(REGISTRY_IMAGE_URL)]]' => config('speedi.system.registry_image_url'),
'[[AFFILIATION_VERIFICATION_PATH]]' => config('speedi.system.portal_url') . '/user/profile/affiliations?verify=' . $affiliation->verification_code,
'[[env(OTP_AFFILIATION_VALIDITY_HOURS)]]' => $validationHours,
'[[env(OTP_VALIDITY_HOURS)]]' => $validationHours,
Comment thread
dnhdruk marked this conversation as resolved.
Outdated
];

break;
Expand Down
Loading