URL generation (front&back) + fixed authJWT for SSR

This commit is contained in:
Julien Nahum
2024-01-11 14:07:27 +01:00
parent 630ae1df1d
commit 5a3978874a
18 changed files with 81 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
{{-- Header --}}
@slot('header')
@if (!(isset($noBranding) && $noBranding))
@component('mail::header', ['url' => config('app.url')])
@component('mail::header', ['url' => front_url()])
{{ config('app.name') }}
@endcomponent
@endif