fix: Oauth seeder
This commit is contained in:
parent
2a9d499251
commit
99947422c2
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public function run(): void
|
|||
'google',
|
||||
'authentik',
|
||||
'infomaniak',
|
||||
])
|
||||
]);
|
||||
|
||||
$isOauthSeeded = OauthSetting::count() > 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue