mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
f5dda06c55
* Added saml custom setting retrieveParametersFromServer to enable fixing SLO issues with Azure AD (#9187) * [FIX] Lite test email won't use the mail component (#9092) * [FIX] Lite test email won't use the mail component * Revert "[FIX] Lite test email won't use the mail component" This reverts commit6dab9aa1a8
. * Fix check for snipeSettings * Remove random text from message template * Revert "Fix check for snipeSettings" This reverts commit887dcc7bbc
. * Fix test notification with setupCompleted Co-authored-by: johnson-yi <63399474+johnson-yi@users.noreply.github.com> Co-authored-by: Oliver Walerys <owalerys@users.noreply.github.com>
12 lines
194 B
PHP
12 lines
194 B
PHP
@if ($setupCompleted = \App\Models\Setting::setupCompleted())
|
|
@component('mail::message')
|
|
@endif
|
|
|
|
{{ trans('mail.test_mail_text') }}
|
|
|
|
Thanks,
|
|
Snipe-IT
|
|
@if ($setupCompleted)
|
|
@endcomponent
|
|
@endif
|