fix: Oauth seeder

This commit is contained in:
peaklabs-dev 2024-12-17 10:43:31 +01:00
parent 2a9d499251
commit 99947422c2
No known key found for this signature in database

View file

@ -22,7 +22,7 @@ public function run(): void
'google',
'authentik',
'infomaniak',
])
]);
$isOauthSeeded = OauthSetting::count() > 0;