We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e2a03b + 43050a7 commit e309d93Copy full SHA for e309d93
resources/views/auth/login.blade.php
@@ -7,6 +7,8 @@
7
</x-slot>
8
@endif
9
10
+ {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_LOGIN_FORM_BEFORE, scopes: $this->getRenderHookScopes()) }}
11
+
12
<x-filament-panels::form wire:submit="authenticate">
13
{{ $this->form }}
14
@@ -19,4 +21,6 @@
19
21
@if (Wallo\FilamentCompanies\FilamentCompanies::hasSocialiteFeatures())
20
22
<x-filament-companies::socialite :error-message="$errors->first('filament-companies')" />
23
24
25
+ {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_LOGIN_FORM_AFTER, scopes: $this->getRenderHookScopes()) }}
26
</x-filament-panels::page.simple>
0 commit comments