work in progress on entraid
This commit is contained in:
@@ -34,6 +34,9 @@ class EventServiceProvider extends ServiceProvider
|
||||
Verified::class => [
|
||||
ActivateUser::class,
|
||||
],
|
||||
\SocialiteProviders\Manager\SocialiteWasCalled::class => [
|
||||
'SocialiteProviders\\Azure\\AzureExtendSocialite@handle',
|
||||
],
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -43,7 +46,7 @@ class EventServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
//
|
||||
parent::boot(); // Aggiungi questa linea per sicurezza
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user