diff --git a/README.md b/README.md index 33997d6..f5aa91e 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,11 @@ Add OAuth2 login through Laravel Socialite to Filament. OAuth1 (eg. Twitter) is ## Installation -| Filament version | Package version | -|------------------|-----------------| -| 3.x | 1.x.x | -| 2.x | 0.x.x | +| Filament version | Package version | +|---------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------| +| [^3.2.44](https://github.com/filamentphp/filament/releases/tag/v3.2.44) (if using [SPA mode](https://filamentphp.com/docs/3.x/panels/configuration#spa-mode)) | ^1.3.1 | +| 3.x | 1.x.x | +| 2.x | 0.x.x | Install the package via composer: diff --git a/resources/views/components/buttons.blade.php b/resources/views/components/buttons.blade.php index 4bdfce6..8333887 100644 --- a/resources/views/components/buttons.blade.php +++ b/resources/views/components/buttons.blade.php @@ -1,4 +1,4 @@ -
+
@if ($messageBag->isNotEmpty()) @foreach($messageBag->all() as $value)

{{ __($value) }}

@@ -23,6 +23,7 @@ :icon="$provider['icon'] ?? null" tag="a" :href="route($socialiteRoute, $key)" + :spa-mode="false" > {{ $provider['label'] }}