-
-
Notifications
You must be signed in to change notification settings - Fork 597
Open
Description
Bug description
I've added google and microsoft oauth providers (using socialite)
- buttons doesn't have same width
- need also a button title, not only logo
- microsoft (or custom extra provider) doesn't have any logo... so would be better have custom logo and custom text aswell...
'enabled' => env('STATAMIC_OAUTH_ENABLED', true),
'email_login_enabled' => true,
'providers' => [
'microsoft' => 'Microsoft',
'google' => 'Google',
],
'routes' => [
'login' => 'oauth/{provider}',
'callback' => 'oauth/{provider}/callback',
],
How to reproduce
- add gogle oauth into providers
- install microsoft provider & register it (https://socialiteproviders.com/Microsoft)
- go to login page
Logs
Environment
Environment
Application Name: AUREA
Laravel Version: 12.43.1
PHP Version: 8.4.16
Composer Version: 2.9.2
Environment: local
Debug Mode: ENABLED
URL: crowd-2.test
Maintenance Mode: OFF
Timezone: UTC
Locale: it
Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED
Drivers
Broadcasting: log
Cache: file
Database: mysql
Logs: stack / single
Mail: log
Queue: background
Session: file
Storage
public/storage: NOT LINKED
Statamic
Addons: 1
Sites: 1
Stache Watcher: Enabled
Static Caching: half
Version: 6.0.0-alpha.20 PRO
Statamic Addons
statamic/ssg: 3.1.1Installation
Fresh statamic/statamic site via CLI
Additional details
No response